#95625A

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

Shades of Dark Chestnut #95625A

Tints of Dark Chestnut #95625A

Color information

#95625A (or 0x95625A) is unknown color: approx Dark Chestnut. HEX triplet: 95, 62 and 5A. RGB value is (149,98,90). Sum of RGB (Red+Green+Blue) = 149+98+90=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95625A is #6A9DA5. Grayscale: #707070. Windows color (decimal): -6987174 or 5923477. OLE color: 5923477.

HSL color Cylindrical-coordinate representation of color #95625A: hue angle of 8.14º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95625A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1499890-
CMYK00.340.400.42
HSL8.14º24.69%46.86%-
HSV(B)8.14º39.6%58.43%-
XYZ18.6115.8611.75-
YUV112.34115.4154.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=44.21%
G=29.08%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149989000.340.400.428.1424.6946.86
Hex95625A022282A8192f
Octal2251421320425052103157
Binary10010101110001010110100100010101000101010100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95625A; }

 p { color: rgb(149,98,90); }

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

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

 a { background-color: rgb(149,98,90); }

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

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

 span { border-color: rgb(149,98,90); }

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