#96602C

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

Shades of Afghan Tan #96602C

Tints of Afghan Tan #96602C

Color information

#96602C (or 0x96602C) is unknown color: approx Afghan Tan. HEX triplet: 96, 60 and 2C. RGB value is (150,96,44). Sum of RGB (Red+Green+Blue) = 150+96+44=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96602C is #699FD3. Grayscale: #6A6A6A. Windows color (decimal): -6922196 or 2908310. OLE color: 2908310.

HSL color Cylindrical-coordinate representation of color #96602C: hue angle of 29.43º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96602C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1509644-
CMYK00.360.710.41
HSL29.43º54.64%38.04%-
HSV(B)29.43º70.67%58.82%-
XYZ17.2215.034.38-
YUV106.2292.89159.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=51.72%
G=33.10%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150964400.360.710.4129.4354.6438.04
Hex96602C02447291d3726
Octal2261405404410751356746
Binary1001011011000001011000100100100011110100111101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,96,44); }

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

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

 a { background-color: rgb(150,96,44); }

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

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

 span { border-color: rgb(150,96,44); }

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