Html Css Color HEX #966624 Afghan Tan

📋 copy color: '#966624'

red 150 ◦ green 102 ◦ blue 36

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

Shades of Afghan Tan #966624

Tints of Afghan Tan #966624

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.42%

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 52.08%
G = 35.42%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#966624 (or 0x966624) is known color: Afghan Tan. HEX triplet: 96, 66 and 24. RGB value is (150,102,36). Sum of RGB (Red+Green+Blue) = 150+102+36=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #966624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966624 is #6999DB. Grayscale: #6D6D6D. Windows color (decimal): -6920668 or 2385558. OLE color: 2385558.

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

Color convert

RGB 150 102 36 -
CMYK 0 0.32 0.76 0.41
HSL 34.74º 0.61% 0.36% -
HSV(B) 34.74º 0.76% 0.59% -
XYZ 17.65 16.11 3.85 -
YUV 108.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 150 102 36 0 0.32 0.76 0.41 34.74 0.61 0.36
Hex 96 66 24 0 20 4C 29 23 3D 24
Octal 226 146 44 0 40 114 51 43 75 44
Binary 10010110 1100110 100100 0 100000 1001100 101001 100011 111101 100100

Color Harmonies of #966624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966624

Black with #966624

Text Example


Text Example

White with #966624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966624; }

 p { color: rgb(150,102,36); }

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

background-color css

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

 a { background-color: rgb(150,102,36); }

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

border-color css

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

 span { border-color: rgb(150,102,36); }

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