Html Css Color HEX #966024 Afghan Tan

📋 copy color: '#966024'

red 150 ◦ green 96 ◦ blue 36

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

Shades of Afghan Tan #966024

Tints of Afghan Tan #966024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

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

R = 53.19%
G = 34.04%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#966024 (or 0x966024) is known color: Afghan Tan. HEX triplet: 96, 60 and 24. RGB value is (150,96,36). Sum of RGB (Red+Green+Blue) = 150+96+36=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #966024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966024 is #699FDB. Grayscale: #696969. Windows color (decimal): -6922204 or 2384022. OLE color: 2384022.

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

Color convert

RGB 150 96 36 -
CMYK 0 0.36 0.76 0.41
HSL 31.58º 0.61% 0.36% -
HSV(B) 31.58º 0.76% 0.59% -
XYZ 17.08 14.98 3.66 -
YUV 105.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 150 96 36 0 0.36 0.76 0.41 31.58 0.61 0.36
Hex 96 60 24 0 24 4C 29 20 3D 24
Octal 226 140 44 0 44 114 51 40 75 44
Binary 10010110 1100000 100100 0 100100 1001100 101001 100000 111101 100100

Color Harmonies of #966024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966024

Black with #966024

Text Example


Text Example

White with #966024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966024; }

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

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

background-color css

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

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

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

border-color css

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

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

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