Color: #97826F
#97826F Color Information
#97826F is a light color. The closest websafe version is #97826F. A complement of this color would be #6E8396, perceived brightness is 0.53, and the grayscale version is #838383.
In the HSL color space, this color has a hue angle of 29°,a saturation of 16%, and a lightness of 51%.The HSV representation shows a hue of 29°, a saturation of 26%, and a value of 59%.
In a RGB color space, #97826F is composed of 59% red, 51% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 26% yellow and 41% black.
In the Yxy color space, this color is represented as Y: 23.85, x: 0.3920, and y: 0.3836.
Color Code #97826F
Shades of Color #97826F
Shades are created by darkening the original color #97826F 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 #97826F
Tints are created by lightening the original color #97826F 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.
About #97826F Color Code
In the HSL color space, this color has a hue angle of 29°, a saturation of 16%, and a lightness of 51%. The HSV representation shows a hue of 29°, a saturation of 26%, and a value of 59%.
- HEX: #97826F
- RGB: rgb(151, 130, 111)
- HSL: hsl(29, 16%, 51%)
- HSV: hsv(29, 26%, 59%)
- CMYK: 0.00% cyan, 14.00% magenta, 26.00% yellow, 41.00% black
- XYZ: 24.37, 23.85, 13.95
- Yxy: 23.85, 0.3920, 0.3836
- Hunter Lab: 55.94, 6.02, 13.44
- CIE-Lab: 55.94, 6.02, 13.44
In the XYZ color space, this color is represented as X: 24.37, Y: 23.85, Z: 13.95. The Yxy representation further refines this as Y: 23.85, x: 0.3920, and y: 0.3836.
In the Hunter Lab color space, this color is represented as L: 55.94, a: 6.02, and b: 13.44. Similarly, in the CIE-Lab color space, it is represented as L: 55.94, a: 6.02, and b: 13.44.
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 #97826F
Triadic colors are three colors evenly spaced around the color wheel, including #97826F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #97826F
Split complementary colors are two colors adjacent to the complementary color of #97826F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #97826F
Monochromatic colors are variations of #97826F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #97826F
The complementary color of #97826F 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 #97826F
/* Using HEX */ body { background-color: #97826f; }
/* Using RGB */ body { background-color: rgb(151, 130, 111); }
/* Using RGB with opacity */ body { background-color: rgba(151, 130, 111, 0.5); }
/* Using HSL */ body { background-color: hsl(29, 16%, 51%); }
/* Text color */ p { color: #97826f; }
/* Box shadow */ div { box-shadow: 4px 4px #97826f; }
/* Border color */ .box { border: 4px solid #97826f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #97826f; }
/* Background with text */ div { background: #97826f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #97826F
<!-- Using HEX --> <div style="background-color: #97826f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(151, 130, 111); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(151, 130, 111, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(29, 16%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #97826f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #97826f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #97826f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #97826f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #97826f; color: #fff; padding: 16px; border-radius: 8px;"> #97826F </div>
Related Colors of #97826F
These colors are similar to #97826F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.