#966752

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

Shades of Dark Tan #966752

Tints of Dark Tan #966752

Color information

#966752 (or 0x966752) is unknown color: approx Dark Tan. HEX triplet: 96, 67 and 52. RGB value is (150,103,82). Sum of RGB (Red+Green+Blue) = 150+103+82=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966752 is #6998AD. Grayscale: #727272. Windows color (decimal): -6920366 or 5400470. OLE color: 5400470.

HSL color Cylindrical-coordinate representation of color #966752: hue angle of 18.53º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966752 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB15010382-
CMYK00.310.450.41
HSL18.53º29.31%45.49%-
HSV(B)18.53º45.33%58.82%-
XYZ18.9516.7910.23-
YUV114.66109.57153.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=44.78%
G=30.75%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501038200.310.450.4118.5329.3145.49
Hex96675201F2D29131d2d
Octal2261471220375551233555
Binary10010110110011110100100111111011011010011001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966752; }

 p { color: rgb(150,103,82); }

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

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

 a { background-color: rgb(150,103,82); }

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

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

 span { border-color: rgb(150,103,82); }

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