Html Css Color HEX #956521 Afghan Tan

📋 copy color: '#956521'

red 149 ◦ green 101 ◦ blue 33

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

Shades of Afghan Tan #956521

Tints of Afghan Tan #956521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.66%

R = 52.65%
G = 35.69%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#956521 (or 0x956521) is known color: Afghan Tan. HEX triplet: 95, 65 and 21. RGB value is (149,101,33). Sum of RGB (Red+Green+Blue) = 149+101+33=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #956521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956521 is #6A9ADE. Grayscale: #6B6B6B. Windows color (decimal): -6986463 or 2188693. OLE color: 2188693.

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

Color convert

RGB 149 101 33 -
CMYK 0 0.32 0.78 0.42
HSL 35.17º 0.64% 0.36% -
HSV(B) 35.17º 0.78% 0.58% -
XYZ 17.32 15.81 3.58 -
YUV 107.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 149 101 33 0 0.32 0.78 0.42 35.17 0.64 0.36
Hex 95 65 21 0 20 4E 2A 23 40 24
Octal 225 145 41 0 40 116 52 43 100 44
Binary 10010101 1100101 100001 0 100000 1001110 101010 100011 1000000 100100

Color Harmonies of #956521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956521

Black with #956521

Text Example


Text Example

White with #956521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956521; }

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

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

background-color css

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

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

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

border-color css

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

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

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