Html Css Color HEX #926C5F Dark Chestnut

📋 copy color: '#926C5F'

red 146 ◦ green 108 ◦ blue 95

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

Shades of Dark Chestnut #926C5F

Tints of Dark Chestnut #926C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 41.83%
G = 30.95%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#926C5F (or 0x926C5F) is known color: Dark Chestnut. HEX triplet: 92, 6C and 5F. RGB value is (146,108,95). Sum of RGB (Red+Green+Blue) = 146+108+95=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C5F is #6D93A0. Grayscale: #757575. Windows color (decimal): -7181217 or 6253714. OLE color: 6253714.

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

Color convert

RGB 146 108 95 -
CMYK 0 0.26 0.35 0.43
HSL 15.29º 0.21% 0.47% -
HSV(B) 15.29º 0.35% 0.57% -
XYZ 19.28 17.66 13.22 -
YUV 117.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 146 108 95 0 0.26 0.35 0.43 15.29 0.21 0.47
Hex 92 6C 5F 0 1A 23 2B F 15 2F
Octal 222 154 137 0 32 43 53 17 25 57
Binary 10010010 1101100 1011111 0 11010 100011 101011 1111 10101 101111

Color Harmonies of #926C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926C5F

Black with #926C5F

Text Example


Text Example

White with #926C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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