Color: #91935C

#91935C Color Information

#91935C is a light color. The closest websafe version is #91935C. A complement of this color would be #5E5C93, perceived brightness is 0.55, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 62°,a saturation of 23%, and a lightness of 47%.The HSV representation shows a hue of 62°, a saturation of 37%, and a value of 58%.

In a RGB color space, #91935C is composed of 57% red, 58% green and 36% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 37% yellow and 42% black.

In the Yxy color space, this color is represented as Y: 27.87, x: 0.3933, and y: 0.4365.

Color Code #91935C

#91935Crgb(145, 147, 92)
HEX
#91935C
RGB
rgb(145, 147, 92)
HSL
hsl(62, 23%, 47%)
HSV
hsv(62, 37%, 58%)
CMYK
1%, 0%, 37%, 42%
XYZ
X: 25.11, Y: 27.87, Z: 10.87
Lab
L: 59.77, a: -7.27, b: 28.87
Name

Shades of Color #91935C

Shades are created by darkening the original color #91935C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #91935C

Tints are created by lightening the original color #91935C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#91935Crgb(145, 147, 92)

About #91935C Color Code

In the HSL color space, this color has a hue angle of 62°, a saturation of 23%, and a lightness of 47%. The HSV representation shows a hue of 62°, a saturation of 37%, and a value of 58%.

  • HEX: #91935C
  • RGB: rgb(145, 147, 92)
  • HSL: hsl(62, 23%, 47%)
  • HSV: hsv(62, 37%, 58%)
  • CMYK: 100.00% cyan, 0.00% magenta, 37.00% yellow, 42.00% black
  • XYZ: 25.11, 27.87, 10.87
  • Yxy: 27.87, 0.3933, 0.4365
  • Hunter Lab: 59.77, -7.27, 28.87
  • CIE-Lab: 59.77, -7.27, 28.87

In the XYZ color space, this color is represented as X: 25.11, Y: 27.87, Z: 10.87. The Yxy representation further refines this as Y: 27.87, x: 0.3933, and y: 0.4365.

In the Hunter Lab color space, this color is represented as L: 59.77, a: -7.27, and b: 28.87. Similarly, in the CIE-Lab color space, it is represented as L: 59.77, a: -7.27, and b: 28.87.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #91935C

Triadic colors are three colors evenly spaced around the color wheel, including #91935C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #91935C

Analogous colors are adjacent to #91935C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #91935C

Split complementary colors are two colors adjacent to the complementary color of #91935C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #91935C

Tetradic colors form a rectangle on the color wheel, including #91935C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #91935C

Monochromatic colors are variations of #91935C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #91935C

The complementary color of #91935C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #91935C

/* Using HEX */
body {
  background-color: #91935c;
}
/* Using RGB */
body {
  background-color: rgb(145, 147, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(145, 147, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(62, 23%, 47%);
}
/* Text color */
p {
  color: #91935c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #91935c;
}
/* Border color */
.box {
  border: 4px solid #91935c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #91935c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #91935c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#91935C
On Black Background
#91935C
On White Background
#91935C

HTML Examples of #91935C

<!-- Using HEX -->
<div style="background-color: #91935c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(145, 147, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(145, 147, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(62, 23%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #91935c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #91935c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #91935c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #91935c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #91935c; color: #fff; padding: 16px; border-radius: 8px;">
  #91935C
</div>
#91935C
On Black Background
#91935C
On White Background
#91935C

Related Colors of #91935C

These colors are similar to #91935C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.