#95675A

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

Shades of Dark Chestnut #95675A

Tints of Dark Chestnut #95675A

Color information

#95675A (or 0x95675A) is unknown color: approx Dark Chestnut. HEX triplet: 95, 67 and 5A. RGB value is (149,103,90). Sum of RGB (Red+Green+Blue) = 149+103+90=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95675A is #6A98A5. Grayscale: #737373. Windows color (decimal): -6985894 or 5924757. OLE color: 5924757.

HSL color Cylindrical-coordinate representation of color #95675A: hue angle of 13.22º 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 #95675A is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14910390-
CMYK00.310.400.42
HSL13.22º24.69%46.86%-
HSV(B)13.22º39.6%58.43%-
XYZ19.0916.8311.91-
YUV115.27113.74152.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=43.57%
G=30.12%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491039000.310.400.4213.2224.6946.86
Hex95675A01F282Ad192f
Octal2251471320375052153157
Binary1001010111001111011010011111101000101010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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