#916662

Color #916662 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #916662

Tints of Dark Chestnut #916662

Color information

#916662 (or 0x916662) is unknown color: approx Dark Chestnut. HEX triplet: 91, 66 and 62. RGB value is (145,102,98). Sum of RGB (Red+Green+Blue) = 145+102+98=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916662 is #6E999D. Grayscale: #727272. Windows color (decimal): -7248286 or 6448785. OLE color: 6448785.

HSL color Cylindrical-coordinate representation of color #916662: hue angle of 5.11º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916662 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14510298-
CMYK00.300.320.43
HSL5.11º19.34%47.65%-
HSV(B)5.11º32.41%56.86%-
XYZ18.6316.413.74-
YUV114.4118.75149.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=42.03%
G=29.57%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451029800.300.320.435.1119.3447.65
Hex91666201E202B51330
Octal221146142036405352360
Binary100100011100110110001001111010000010101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916662; }

 p { color: rgb(145,102,98); }

 H1.HeaderClassName
 {
   color: #916662;
 }
 .AnyTagClassName
 {
   color: #916662;
 }
</style>
background-color css

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

 a { background-color: rgb(145,102,98); }

 div.DivClassName
 {
   background-color: #916662;
 }
 .BgClassName
 {
   background-color: #916662;
 }
</style>
border-color css

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

 span { border-color: rgb(145,102,98); }

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