#96612C

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

Shades of Afghan Tan #96612C

Tints of Afghan Tan #96612C

Color information

#96612C (or 0x96612C) is unknown color: approx Afghan Tan. HEX triplet: 96, 61 and 2C. RGB value is (150,97,44). Sum of RGB (Red+Green+Blue) = 150+97+44=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96612C is #699ED3. Grayscale: #6B6B6B. Windows color (decimal): -6921940 or 2908566. OLE color: 2908566.

HSL color Cylindrical-coordinate representation of color #96612C: hue angle of 30º 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 #96612C is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1509744-
CMYK00.350.710.41
HSL30º54.64%38.04%-
HSV(B)30º70.67%58.82%-
XYZ17.3115.224.41-
YUV106.892.56158.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=51.55%
G=33.33%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150974400.350.710.413054.6438.04
Hex96612C02347291e3726
Octal2261415404310751366746
Binary1001011011000011011000100011100011110100111110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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