Html Css Color HEX #916F67 Dark Chestnut

📋 copy color: '#916F67'

red 145 ◦ green 111 ◦ blue 103

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

Shades of Dark Chestnut #916F67

Tints of Dark Chestnut #916F67

RGB

 RED value IS 145 (57.03% from 255) = 40.39%

 GREEN value IS 111 (43.75% from 255) = 30.92%

 BLUE value IS 103 (40.63% from 255) = 28.69%

R = 40.39%
G = 30.92%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#916F67 (or 0x916F67) is known color: Dark Chestnut. HEX triplet: 91, 6F and 67. RGB value is (145,111,103). Sum of RGB (Red+Green+Blue) = 145+111+103=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #916F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F67 is #6E9098. Grayscale: #787878. Windows color (decimal): -7245977 or 6778769. OLE color: 6778769.

HSL color Cylindrical-coordinate representation of color #916F67: hue angle of 11.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #916F67 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 111 103 -
CMYK 0 0.23 0.29 0.43
HSL 11.43º 0.17% 0.49% -
HSV(B) 11.43º 0.29% 0.57% -
XYZ 19.81 18.37 15.33 -
YUV 120.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 145 111 103 0 0.23 0.29 0.43 11.43 0.17 0.49
Hex 91 6F 67 0 17 1D 2B B 11 31
Octal 221 157 147 0 27 35 53 13 21 61
Binary 10010001 1101111 1100111 0 10111 11101 101011 1011 10001 110001

Color Harmonies of #916F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916F67

Black with #916F67

Text Example


Text Example

White with #916F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916F67; }

 p { color: rgb(145,111,103); }

 H1.HeaderClassName
 {
   color: #916F67;
 }
 .AnyTagClassName
 {
   color: #916F67;
 }
</style>

background-color css

<style>
 a { background-color: #916F67; }

 a { background-color: rgb(145,111,103); }

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

border-color css

<style>
 span { border-color: #916F67; }

 span { border-color: rgb(145,111,103); }

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