#916862

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

Shades of Dark Chestnut #916862

Tints of Dark Chestnut #916862

Color information

#916862 (or 0x916862) is unknown color: approx Dark Chestnut. HEX triplet: 91, 68 and 62. RGB value is (145,104,98). Sum of RGB (Red+Green+Blue) = 145+104+98=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #916862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916862 is #6E979D. Grayscale: #737373. Windows color (decimal): -7247774 or 6449297. OLE color: 6449297.

HSL color Cylindrical-coordinate representation of color #916862: hue angle of 7.66º 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 #916862 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14510498-
CMYK00.280.320.43
HSL7.66º19.34%47.65%-
HSV(B)7.66º32.41%56.86%-
XYZ18.8316.813.81-
YUV115.57118.08148.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=41.79%
G=29.97%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451049800.280.320.437.6619.3447.65
Hex91686201C202B81330
Octal2211501420344053102360
Binary1001000111010001100010011100100000101011100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916862; }

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

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

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

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

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

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

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

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