Html Css Color HEX #966120 Afghan Tan

📋 copy color: '#966120'

red 150 ◦ green 97 ◦ blue 32

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

Shades of Afghan Tan #966120

Tints of Afghan Tan #966120

RGB

 RED value IS 150 (58.98% from 255) = 53.76%

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 53.76%
G = 34.77%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#966120 (or 0x966120) is known color: Afghan Tan. HEX triplet: 96, 61 and 20. RGB value is (150,97,32). Sum of RGB (Red+Green+Blue) = 150+97+32=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #966120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966120 is #699EDF. Grayscale: #696969. Windows color (decimal): -6921952 or 2122134. OLE color: 2122134.

HSL color Cylindrical-coordinate representation of color #966120: hue angle of 33.05º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #966120 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 32 -
CMYK 0 0.35 0.79 0.41
HSL 33.05º 0.65% 0.36% -
HSV(B) 33.05º 0.79% 0.59% -
XYZ 17.11 15.14 3.39 -
YUV 105.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 150 97 32 0 0.35 0.79 0.41 33.05 0.65 0.36
Hex 96 61 20 0 23 4F 29 21 41 24
Octal 226 141 40 0 43 117 51 41 101 44
Binary 10010110 1100001 100000 0 100011 1001111 101001 100001 1000001 100100

Color Harmonies of #966120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966120

Black with #966120

Text Example


Text Example

White with #966120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966120; }

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

 H1.HeaderClassName
 {
   color: #966120;
 }
 .AnyTagClassName
 {
   color: #966120;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #966120;
 }
 .BgClassName
 {
   background-color: #966120;
 }
</style>

border-color css

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

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

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