Html Css Color HEX #926C66 Dark Chestnut

📋 copy color: '#926C66'

red 146 ◦ green 108 ◦ blue 102

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

Shades of Dark Chestnut #926C66

Tints of Dark Chestnut #926C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

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

R = 41.01%
G = 30.34%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#926C66 (or 0x926C66) is known color: Dark Chestnut. HEX triplet: 92, 6C and 66. RGB value is (146,108,102). Sum of RGB (Red+Green+Blue) = 146+108+102=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #926C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C66 is #6D9399. Grayscale: #767676. Windows color (decimal): -7181210 or 6712466. OLE color: 6712466.

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

Color convert

RGB 146 108 102 -
CMYK 0 0.26 0.30 0.43
HSL 8.18º 0.18% 0.49% -
HSV(B) 8.18º 0.3% 0.57% -
XYZ 19.61 17.8 14.97 -
YUV 118.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 146 108 102 0 0.26 0.30 0.43 8.18 0.18 0.49
Hex 92 6C 66 0 1A 1E 2B 8 12 31
Octal 222 154 146 0 32 36 53 10 22 61
Binary 10010010 1101100 1100110 0 11010 11110 101011 1000 10010 110001

Color Harmonies of #926C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926C66

Black with #926C66

Text Example


Text Example

White with #926C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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