Html Css Color HEX #956120 Afghan Tan

📋 copy color: '#956120'

red 149 ◦ green 97 ◦ blue 32

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

Shades of Afghan Tan #956120

Tints of Afghan Tan #956120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 53.6%
G = 34.89%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#956120 (or 0x956120) is known color: Afghan Tan. HEX triplet: 95, 61 and 20. RGB value is (149,97,32). Sum of RGB (Red+Green+Blue) = 149+97+32=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #956120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956120 is #6A9EDF. Grayscale: #696969. Windows color (decimal): -6987488 or 2122133. OLE color: 2122133.

HSL color Cylindrical-coordinate representation of color #956120: hue angle of 33.33º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #956120 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 32 -
CMYK 0 0.35 0.79 0.42
HSL 33.33º 0.65% 0.35% -
HSV(B) 33.33º 0.79% 0.58% -
XYZ 16.93 15.04 3.38 -
YUV 105.14 86.73 159.29 -
System Red Green Blue C M Y K H S L
Decimal 149 97 32 0 0.35 0.79 0.42 33.33 0.65 0.35
Hex 95 61 20 0 23 4F 2A 21 41 23
Octal 225 141 40 0 43 117 52 41 101 43
Binary 10010101 1100001 100000 0 100011 1001111 101010 100001 1000001 100011

Color Harmonies of #956120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956120

Black with #956120

Text Example


Text Example

White with #956120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956120; }

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

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

background-color css

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

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

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

border-color css

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

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

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