Html Css Color HEX #926F66 Dark Chestnut

📋 copy color: '#926F66'

red 146 ◦ green 111 ◦ blue 102

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

Shades of Dark Chestnut #926F66

Tints of Dark Chestnut #926F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

 BLUE value IS 102 (40.23% from 255) = 28.41%

R = 40.67%
G = 30.92%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#926F66 (or 0x926F66) is known color: Dark Chestnut. HEX triplet: 92, 6F and 66. RGB value is (146,111,102). Sum of RGB (Red+Green+Blue) = 146+111+102=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #926F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F66 is #6D9099. Grayscale: #787878. Windows color (decimal): -7180442 or 6713234. OLE color: 6713234.

HSL color Cylindrical-coordinate representation of color #926F66: hue angle of 12.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #926F66 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 111 102 -
CMYK 0 0.24 0.30 0.43
HSL 12.27º 0.18% 0.49% -
HSV(B) 12.27º 0.3% 0.57% -
XYZ 19.94 18.44 15.08 -
YUV 120.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 146 111 102 0 0.24 0.30 0.43 12.27 0.18 0.49
Hex 92 6F 66 0 18 1E 2B C 12 31
Octal 222 157 146 0 30 36 53 14 22 61
Binary 10010010 1101111 1100110 0 11000 11110 101011 1100 10010 110001

Color Harmonies of #926F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926F66

Black with #926F66

Text Example


Text Example

White with #926F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,111,102); }

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

background-color css

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

 a { background-color: rgb(146,111,102); }

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

border-color css

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

 span { border-color: rgb(146,111,102); }

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