#95675E

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

Shades of Dark Chestnut #95675E

Tints of Dark Chestnut #95675E

Color information

#95675E (or 0x95675E) is unknown color: approx Dark Chestnut. HEX triplet: 95, 67 and 5E. RGB value is (149,103,94). Sum of RGB (Red+Green+Blue) = 149+103+94=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95675E is #6A98A1. Grayscale: #737373. Windows color (decimal): -6985890 or 6186901. OLE color: 6186901.

HSL color Cylindrical-coordinate representation of color #95675E: hue angle of 9.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95675E is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14910394-
CMYK00.310.370.42
HSL9.82º22.63%47.65%-
HSV(B)9.82º36.91%58.43%-
XYZ19.2716.912.84-
YUV115.73115.74151.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=43.06%
G=29.77%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491039400.310.370.429.8222.6347.65
Hex95675E01F252Aa1730
Octal2251471360374552122760
Binary1001010111001111011110011111100101101010101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95675E; }

 p { color: rgb(149,103,94); }

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

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

 a { background-color: rgb(149,103,94); }

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

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

 span { border-color: rgb(149,103,94); }

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