Html Css Color HEX #966424 Afghan Tan

📋 copy color: '#966424'

red 150 ◦ green 100 ◦ blue 36

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

Shades of Afghan Tan #966424

Tints of Afghan Tan #966424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 52.45%
G = 34.97%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#966424 (or 0x966424) is known color: Afghan Tan. HEX triplet: 96, 64 and 24. RGB value is (150,100,36). Sum of RGB (Red+Green+Blue) = 150+100+36=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #966424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966424 is #699BDB. Grayscale: #6B6B6B. Windows color (decimal): -6921180 or 2385046. OLE color: 2385046.

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

Color convert

RGB 150 100 36 -
CMYK 0 0.33 0.76 0.41
HSL 33.68º 0.61% 0.36% -
HSV(B) 33.68º 0.76% 0.59% -
XYZ 17.45 15.73 3.78 -
YUV 107.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 150 100 36 0 0.33 0.76 0.41 33.68 0.61 0.36
Hex 96 64 24 0 21 4C 29 22 3D 24
Octal 226 144 44 0 41 114 51 42 75 44
Binary 10010110 1100100 100100 0 100001 1001100 101001 100010 111101 100100

Color Harmonies of #966424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966424

Black with #966424

Text Example


Text Example

White with #966424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966424; }

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

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

background-color css

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

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

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

border-color css

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

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

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