#916962

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

Shades of Dark Chestnut #916962

Tints of Dark Chestnut #916962

Color information

#916962 (or 0x916962) is unknown color: approx Dark Chestnut. HEX triplet: 91, 69 and 62. RGB value is (145,105,98). Sum of RGB (Red+Green+Blue) = 145+105+98=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #916962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916962 is #6E969D. Grayscale: #747474. Windows color (decimal): -7247518 or 6449553. OLE color: 6449553.

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

Color convert

RGB14510598-
CMYK00.280.320.43
HSL8.94º19.34%47.65%-
HSV(B)8.94º32.41%56.86%-
XYZ18.931713.84-
YUV116.16117.75148.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=41.67%
G=30.17%
B=28.16%

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
Decimal1451059800.280.320.438.9419.3447.65
Hex91696201C202B91330
Octal2211511420344053112360
Binary1001000111010011100010011100100000101011100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916962; }

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

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

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

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

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

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

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

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