Html Css Color HEX #926C60 Dark Chestnut

📋 copy color: '#926C60'

red 146 ◦ green 108 ◦ blue 96

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

Shades of Dark Chestnut #926C60

Tints of Dark Chestnut #926C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 41.71%
G = 30.86%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#926C60 (or 0x926C60) is known color: Dark Chestnut. HEX triplet: 92, 6C and 60. RGB value is (146,108,96). Sum of RGB (Red+Green+Blue) = 146+108+96=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C60 is #6D939F. Grayscale: #767676. Windows color (decimal): -7181216 or 6319250. OLE color: 6319250.

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

Color convert

RGB 146 108 96 -
CMYK 0 0.26 0.34 0.43
HSL 14.4º 0.21% 0.47% -
HSV(B) 14.4º 0.34% 0.57% -
XYZ 19.33 17.68 13.46 -
YUV 117.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 146 108 96 0 0.26 0.34 0.43 14.4 0.21 0.47
Hex 92 6C 60 0 1A 22 2B E 15 2F
Octal 222 154 140 0 32 42 53 16 25 57
Binary 10010010 1101100 1100000 0 11010 100010 101011 1110 10101 101111

Color Harmonies of #926C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926C60

Black with #926C60

Text Example


Text Example

White with #926C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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