Html Css Color HEX #956520 Afghan Tan

📋 copy color: '#956520'

red 149 ◦ green 101 ◦ blue 32

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

Shades of Afghan Tan #956520

Tints of Afghan Tan #956520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

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

R = 52.84%
G = 35.82%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#956520 (or 0x956520) is known color: Afghan Tan. HEX triplet: 95, 65 and 20. RGB value is (149,101,32). Sum of RGB (Red+Green+Blue) = 149+101+32=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #956520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956520 is #6A9ADF. Grayscale: #6B6B6B. Windows color (decimal): -6986464 or 2123157. OLE color: 2123157.

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

Color convert

RGB 149 101 32 -
CMYK 0 0.32 0.79 0.42
HSL 35.38º 0.65% 0.35% -
HSV(B) 35.38º 0.79% 0.58% -
XYZ 17.31 15.8 3.5 -
YUV 107.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 149 101 32 0 0.32 0.79 0.42 35.38 0.65 0.35
Hex 95 65 20 0 20 4F 2A 23 41 23
Octal 225 145 40 0 40 117 52 43 101 43
Binary 10010101 1100101 100000 0 100000 1001111 101010 100011 1000001 100011

Color Harmonies of #956520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956520

Black with #956520

Text Example


Text Example

White with #956520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956520; }

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

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

background-color css

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

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

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

border-color css

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

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

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