Html Css Color HEX #92716B Dark Chestnut

📋 copy color: '#92716B'

red 146 ◦ green 113 ◦ blue 107

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

Shades of Dark Chestnut #92716B

Tints of Dark Chestnut #92716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 39.89%
G = 30.87%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#92716B (or 0x92716B) is known color: Dark Chestnut. HEX triplet: 92, 71 and 6B. RGB value is (146,113,107). Sum of RGB (Red+Green+Blue) = 146+113+107=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #92716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92716B is #6D8E94. Grayscale: #7A7A7A. Windows color (decimal): -7179925 or 7041426. OLE color: 7041426.

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

Color convert

RGB 146 113 107 -
CMYK 0 0.23 0.27 0.43
HSL 9.23º 0.15% 0.5% -
HSV(B) 9.23º 0.27% 0.57% -
XYZ 20.41 18.98 16.5 -
YUV 122.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 146 113 107 0 0.23 0.27 0.43 9.23 0.15 0.5
Hex 92 71 6B 0 17 1B 2B 9 F 32
Octal 222 161 153 0 27 33 53 11 17 62
Binary 10010010 1110001 1101011 0 10111 11011 101011 1001 1111 110010

Color Harmonies of #92716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92716B

Black with #92716B

Text Example


Text Example

White with #92716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92716B; }

 p { color: rgb(146,113,107); }

 H1.HeaderClassName
 {
   color: #92716B;
 }
 .AnyTagClassName
 {
   color: #92716B;
 }
</style>

background-color css

<style>
 a { background-color: #92716B; }

 a { background-color: rgb(146,113,107); }

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

border-color css

<style>
 span { border-color: #92716B; }

 span { border-color: rgb(146,113,107); }

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