#95625B

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

Shades of Dark Chestnut #95625B

Tints of Dark Chestnut #95625B

Color information

#95625B (or 0x95625B) is unknown color: approx Dark Chestnut. HEX triplet: 95, 62 and 5B. RGB value is (149,98,91). Sum of RGB (Red+Green+Blue) = 149+98+91=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95625B is #6A9DA4. Grayscale: #707070. Windows color (decimal): -6987173 or 5989013. OLE color: 5989013.

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

Color convert

RGB1499891-
CMYK00.340.390.42
HSL7.24º24.17%47.06%-
HSV(B)7.24º38.93%58.43%-
XYZ18.6515.8811.98-
YUV112.45115.9154.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=44.08%
G=28.99%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149989100.340.390.427.2424.1747.06
Hex95625B022272A7182f
Octal225142133042475273057
Binary1001010111000101011011010001010011110101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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