Html Css Color HEX #92726C Dark Chestnut

📋 copy color: '#92726C'

red 146 ◦ green 114 ◦ blue 108

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

Shades of Dark Chestnut #92726C

Tints of Dark Chestnut #92726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 39.67%
G = 30.98%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#92726C (or 0x92726C) is known color: Dark Chestnut. HEX triplet: 92, 72 and 6C. RGB value is (146,114,108). Sum of RGB (Red+Green+Blue) = 146+114+108=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #92726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92726C is #6D8D93. Grayscale: #7A7A7A. Windows color (decimal): -7179668 or 7107218. OLE color: 7107218.

HSL color Cylindrical-coordinate representation of color #92726C: hue angle of 9.47º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92726C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 114 108 -
CMYK 0 0.22 0.26 0.43
HSL 9.47º 0.15% 0.5% -
HSV(B) 9.47º 0.26% 0.57% -
XYZ 20.58 19.23 16.81 -
YUV 122.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 146 114 108 0 0.22 0.26 0.43 9.47 0.15 0.5
Hex 92 72 6C 0 16 1A 2B 9 F 32
Octal 222 162 154 0 26 32 53 11 17 62
Binary 10010010 1110010 1101100 0 10110 11010 101011 1001 1111 110010

Color Harmonies of #92726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92726C

Black with #92726C

Text Example


Text Example

White with #92726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92726C; }

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

 H1.HeaderClassName
 {
   color: #92726C;
 }
 .AnyTagClassName
 {
   color: #92726C;
 }
</style>

background-color css

<style>
 a { background-color: #92726C; }

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

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

border-color css

<style>
 span { border-color: #92726C; }

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

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