#96652A

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

Shades of Afghan Tan #96652A

Tints of Afghan Tan #96652A

Color information

#96652A (or 0x96652A) is unknown color: approx Afghan Tan. HEX triplet: 96, 65 and 2A. RGB value is (150,101,42). Sum of RGB (Red+Green+Blue) = 150+101+42=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96652A is #699AD5. Grayscale: #6D6D6D. Windows color (decimal): -6920918 or 2778518. OLE color: 2778518.

HSL color Cylindrical-coordinate representation of color #96652A: hue angle of 32.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96652A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15010142-
CMYK00.330.720.41
HSL32.78º56.25%37.65%-
HSV(B)32.78º72%58.82%-
XYZ17.6515.964.34-
YUV108.9290.23157.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=51.19%
G=34.47%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501014200.330.720.4132.7856.2537.65
Hex96652A0214829213826
Octal2261455204111051417046
Binary10010110110010110101001000011001000101001100001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,101,42); }

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

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

 a { background-color: rgb(150,101,42); }

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

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

 span { border-color: rgb(150,101,42); }

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