Html Css Color HEX #96642A Afghan Tan

📋 copy color: '#96642A'

red 150 ◦ green 100 ◦ blue 42

#96642A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #96642A

Tints of Afghan Tan #96642A

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.8% from 255) = 14.38%

R = 51.37%
G = 34.25%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#96642A (or 0x96642A) is known color: 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

RGB 150 100 42 -
CMYK 0 0.33 0.72 0.41
HSL 32.22º 0.56% 0.38% -
HSV(B) 32.22º 0.72% 0.59% -
XYZ 17.55 15.77 4.31 -
YUV 108.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 150 100 42 0 0.33 0.72 0.41 32.22 0.56 0.38
Hex 96 64 2A 0 21 48 29 20 38 26
Octal 226 144 52 0 41 110 51 40 70 46
Binary 10010110 1100100 101010 0 100001 1001000 101001 100000 111000 100110

Color Harmonies of #96642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96642A

Black with #96642A

Text Example


Text Example

White with #96642A

Text Example


Text Example

HTML Codes & Css Web 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>