#95644A

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

Shades of Dark Tan #95644A

Tints of Dark Tan #95644A

Color information

#95644A (or 0x95644A) is unknown color: approx Dark Tan. HEX triplet: 95, 64 and 4A. RGB value is (149,100,74). Sum of RGB (Red+Green+Blue) = 149+100+74=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95644A is #6A9BB5. Grayscale: #6F6F6F. Windows color (decimal): -6986678 or 4875413. OLE color: 4875413.

HSL color Cylindrical-coordinate representation of color #95644A: hue angle of 20.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95644A is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14910074-
CMYK00.330.500.42
HSL20.8º33.63%43.73%-
HSV(B)20.8º50.34%58.43%-
XYZ18.19168.61-
YUV111.69106.73154.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=46.13%
G=30.96%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491007400.330.500.4220.833.6343.73
Hex95644A021322A15222c
Octal2251441120416252254254
Binary1001010111001001001010010000111001010101010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,100,74); }

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

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

 a { background-color: rgb(149,100,74); }

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

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

 span { border-color: rgb(149,100,74); }

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