Html Css Color HEX #955621 Afghan Tan

📋 copy color: '#955621'

red 149 ◦ green 86 ◦ blue 33

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

Shades of Afghan Tan #955621

Tints of Afghan Tan #955621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 55.6%
G = 32.09%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#955621 (or 0x955621) is known color: Afghan Tan. HEX triplet: 95, 56 and 21. RGB value is (149,86,33). Sum of RGB (Red+Green+Blue) = 149+86+33=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #955621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955621 is #6AA9DE. Grayscale: #636363. Windows color (decimal): -6990303 or 2184853. OLE color: 2184853.

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

Color convert

RGB 149 86 33 -
CMYK 0 0.42 0.78 0.42
HSL 27.41º 0.64% 0.36% -
HSV(B) 27.41º 0.78% 0.58% -
XYZ 16 13.15 3.13 -
YUV 98.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 149 86 33 0 0.42 0.78 0.42 27.41 0.64 0.36
Hex 95 56 21 0 2A 4E 2A 1B 40 24
Octal 225 126 41 0 52 116 52 33 100 44
Binary 10010101 1010110 100001 0 101010 1001110 101010 11011 1000000 100100

Color Harmonies of #955621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955621

Black with #955621

Text Example


Text Example

White with #955621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955621; }

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

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

background-color css

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

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

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

border-color css

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

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

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