Html Css Color HEX #956124 Afghan Tan

📋 copy color: '#956124'

red 149 ◦ green 97 ◦ blue 36

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

Shades of Afghan Tan #956124

Tints of Afghan Tan #956124

RGB

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

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

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

R = 52.84%
G = 34.4%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#956124 (or 0x956124) is known color: Afghan Tan. HEX triplet: 95, 61 and 24. RGB value is (149,97,36). Sum of RGB (Red+Green+Blue) = 149+97+36=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #956124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956124 is #6A9EDB. Grayscale: #696969. Windows color (decimal): -6987484 or 2384277. OLE color: 2384277.

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

Color convert

RGB 149 97 36 -
CMYK 0 0.35 0.76 0.42
HSL 32.39º 0.61% 0.36% -
HSV(B) 32.39º 0.76% 0.58% -
XYZ 16.99 15.07 3.68 -
YUV 105.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 149 97 36 0 0.35 0.76 0.42 32.39 0.61 0.36
Hex 95 61 24 0 23 4C 2A 20 3D 24
Octal 225 141 44 0 43 114 52 40 75 44
Binary 10010101 1100001 100100 0 100011 1001100 101010 100000 111101 100100

Color Harmonies of #956124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956124

Black with #956124

Text Example


Text Example

White with #956124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956124; }

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

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

background-color css

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

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

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

border-color css

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

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

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