Html Css Color HEX #926E66 Dark Chestnut

📋 copy color: '#926E66'

red 146 ◦ green 110 ◦ blue 102

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

Shades of Dark Chestnut #926E66

Tints of Dark Chestnut #926E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

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

R = 40.78%
G = 30.73%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#926E66 (or 0x926E66) is known color: Dark Chestnut. HEX triplet: 92, 6E and 66. RGB value is (146,110,102). Sum of RGB (Red+Green+Blue) = 146+110+102=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E66 is #6D9199. Grayscale: #777777. Windows color (decimal): -7180698 or 6712978. OLE color: 6712978.

HSL color Cylindrical-coordinate representation of color #926E66: hue angle of 10.91º 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 #926E66 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 110 102 -
CMYK 0 0.25 0.30 0.43
HSL 10.91º 0.18% 0.49% -
HSV(B) 10.91º 0.3% 0.57% -
XYZ 19.83 18.22 15.04 -
YUV 119.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 146 110 102 0 0.25 0.30 0.43 10.91 0.18 0.49
Hex 92 6E 66 0 19 1E 2B B 12 31
Octal 222 156 146 0 31 36 53 13 22 61
Binary 10010010 1101110 1100110 0 11001 11110 101011 1011 10010 110001

Color Harmonies of #926E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E66

Black with #926E66

Text Example


Text Example

White with #926E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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