Html Css Color HEX #926D61 Dark Chestnut

📋 copy color: '#926D61'

red 146 ◦ green 109 ◦ blue 97

#926D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #926D61

Tints of Dark Chestnut #926D61

RGB

 RED value IS 146 (57.42% from 255) = 41.48%

 GREEN value IS 109 (42.97% from 255) = 30.97%

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 41.48%
G = 30.97%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#926D61 (or 0x926D61) is known color: Dark Chestnut. HEX triplet: 92, 6D and 61. RGB value is (146,109,97). Sum of RGB (Red+Green+Blue) = 146+109+97=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #926D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D61 is #6D929E. Grayscale: #767676. Windows color (decimal): -7180959 or 6385042. OLE color: 6385042.

HSL color Cylindrical-coordinate representation of color #926D61: hue angle of 14.69º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926D61 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 109 97 -
CMYK 0 0.25 0.34 0.43
HSL 14.69º 0.2% 0.48% -
HSV(B) 14.69º 0.34% 0.57% -
XYZ 19.48 17.91 13.74 -
YUV 118.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 146 109 97 0 0.25 0.34 0.43 14.69 0.2 0.48
Hex 92 6D 61 0 19 22 2B F 14 30
Octal 222 155 141 0 31 42 53 17 24 60
Binary 10010010 1101101 1100001 0 11001 100010 101011 1111 10100 110000

Color Harmonies of #926D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926D61

Black with #926D61

Text Example


Text Example

White with #926D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926D61; }

 p { color: rgb(146,109,97); }

 H1.HeaderClassName
 {
   color: #926D61;
 }
 .AnyTagClassName
 {
   color: #926D61;
 }
</style>

background-color css

<style>
 a { background-color: #926D61; }

 a { background-color: rgb(146,109,97); }

 div.DivClassName
 {
   background-color: #926D61;
 }
 .BgClassName
 {
   background-color: #926D61;
 }
</style>

border-color css

<style>
 span { border-color: #926D61; }

 span { border-color: rgb(146,109,97); }

 td.TdClassName
 {
   border-color: #926D61;
 }
 .TagClassName
 {
   border-color: #926D61;
 }
</style>