#966954

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

Shades of Dark Tan #966954

Tints of Dark Tan #966954

Color information

#966954 (or 0x966954) is unknown color: approx Dark Tan. HEX triplet: 96, 69 and 54. RGB value is (150,105,84). Sum of RGB (Red+Green+Blue) = 150+105+84=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #966954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966954 is #6996AB. Grayscale: #747474. Windows color (decimal): -6919852 or 5532054. OLE color: 5532054.

HSL color Cylindrical-coordinate representation of color #966954: hue angle of 19.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966954 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB15010584-
CMYK00.300.440.41
HSL19.09º28.21%45.88%-
HSV(B)19.09º44%58.82%-
XYZ19.2317.2310.7-
YUV116.06109.91152.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=44.25%
G=30.97%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501058400.300.440.4119.0928.2145.88
Hex96695401E2C29131c2e
Octal2261511240365451233456
Binary10010110110100110101000111101011001010011001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966954; }

 p { color: rgb(150,105,84); }

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

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

 a { background-color: rgb(150,105,84); }

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

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

 span { border-color: rgb(150,105,84); }

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