#96642A

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

Shades of Afghan Tan #96642A

Tints of Afghan Tan #96642A

Color information

#96642A (or 0x96642A) is unknown color: approx Afghan Tan. HEX triplet: 96, 64 and 2A. RGB value is (150,100,42). Sum of RGB (Red+Green+Blue) = 150+100+42=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96642A is #699BD5. Grayscale: #6C6C6C. Windows color (decimal): -6921174 or 2778262. OLE color: 2778262.

HSL color Cylindrical-coordinate representation of color #96642A: hue angle of 32.22º 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 #96642A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15010042-
CMYK00.330.720.41
HSL32.22º56.25%37.65%-
HSV(B)32.22º72%58.82%-
XYZ17.5515.774.31-
YUV108.3490.56157.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=51.37%
G=34.25%
B=14.38%

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
Decimal1501004200.330.720.4132.2256.2537.65
Hex96642A0214829203826
Octal2261445204111051407046
Binary10010110110010010101001000011001000101001100000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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