Html Css Color HEX #956424 Afghan Tan

📋 copy color: '#956424'

red 149 ◦ green 100 ◦ blue 36

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

Shades of Afghan Tan #956424

Tints of Afghan Tan #956424

RGB

 RED value IS 149 (58.59% from 255) = 52.28%

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

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

R = 52.28%
G = 35.09%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#956424 (or 0x956424) is known color: Afghan Tan. HEX triplet: 95, 64 and 24. RGB value is (149,100,36). Sum of RGB (Red+Green+Blue) = 149+100+36=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956424 is #6A9BDB. Grayscale: #6B6B6B. Windows color (decimal): -6986716 or 2385045. OLE color: 2385045.

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

Color convert

RGB 149 100 36 -
CMYK 0 0.33 0.76 0.42
HSL 33.98º 0.61% 0.36% -
HSV(B) 33.98º 0.76% 0.58% -
XYZ 17.27 15.63 3.78 -
YUV 107.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 149 100 36 0 0.33 0.76 0.42 33.98 0.61 0.36
Hex 95 64 24 0 21 4C 2A 22 3D 24
Octal 225 144 44 0 41 114 52 42 75 44
Binary 10010101 1100100 100100 0 100001 1001100 101010 100010 111101 100100

Color Harmonies of #956424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956424

Black with #956424

Text Example


Text Example

White with #956424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956424; }

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

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

background-color css

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

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

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

border-color css

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

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

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