#95634C

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

Shades of Dark Tan #95634C

Tints of Dark Tan #95634C

Color information

#95634C (or 0x95634C) is unknown color: approx Dark Tan. HEX triplet: 95, 63 and 4C. RGB value is (149,99,76). Sum of RGB (Red+Green+Blue) = 149+99+76=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95634C is #6A9CB3. Grayscale: #6F6F6F. Windows color (decimal): -6986932 or 5006229. OLE color: 5006229.

HSL color Cylindrical-coordinate representation of color #95634C: hue angle of 18.9º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95634C is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1499976-
CMYK00.340.490.42
HSL18.9º32.44%44.12%-
HSV(B)18.9º48.99%58.43%-
XYZ18.1615.848.94-
YUV111.33108.06154.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=45.99%
G=30.56%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149997600.340.490.4218.932.4444.12
Hex95634C022312A13202c
Octal2251431140426152234054
Binary1001010111000111001100010001011000110101010011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95634C; }

 p { color: rgb(149,99,76); }

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

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

 a { background-color: rgb(149,99,76); }

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

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

 span { border-color: rgb(149,99,76); }

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