Html Css Color HEX #995B20 Afghan Tan

📋 copy color: '#995B20'

red 153 ◦ green 91 ◦ blue 32

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

Shades of Afghan Tan #995B20

Tints of Afghan Tan #995B20

RGB

 RED value IS 153 (60.16% from 255) = 55.43%

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 55.43%
G = 32.97%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#995B20 (or 0x995B20) is known color: Afghan Tan. HEX triplet: 99, 5B and 20. RGB value is (153,91,32). Sum of RGB (Red+Green+Blue) = 153+91+32=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #995B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B20 is #66A4DF. Grayscale: #676767. Windows color (decimal): -6726880 or 2120601. OLE color: 2120601.

HSL color Cylindrical-coordinate representation of color #995B20: hue angle of 29.26º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #995B20 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 32 -
CMYK 0 0.41 0.79 0.4
HSL 29.26º 0.65% 0.36% -
HSV(B) 29.26º 0.79% 0.6% -
XYZ 17.14 14.36 3.23 -
YUV 102.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 153 91 32 0 0.41 0.79 0.4 29.26 0.65 0.36
Hex 99 5B 20 0 29 4F 28 1D 41 24
Octal 231 133 40 0 51 117 50 35 101 44
Binary 10011001 1011011 100000 0 101001 1001111 101000 11101 1000001 100100

Color Harmonies of #995B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B20

Black with #995B20

Text Example


Text Example

White with #995B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B20; }

 p { color: rgb(153,91,32); }

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

background-color css

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

 a { background-color: rgb(153,91,32); }

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

border-color css

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

 span { border-color: rgb(153,91,32); }

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