Html Css Color HEX #995F21 Afghan Tan

📋 copy color: '#995F21'

red 153 ◦ green 95 ◦ blue 33

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

Shades of Afghan Tan #995F21

Tints of Afghan Tan #995F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 54.45%
G = 33.81%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#995F21 (or 0x995F21) is known color: Afghan Tan. HEX triplet: 99, 5F and 21. RGB value is (153,95,33). Sum of RGB (Red+Green+Blue) = 153+95+33=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #995F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995F21 is #66A0DE. Grayscale: #696969. Windows color (decimal): -6725855 or 2187161. OLE color: 2187161.

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

Color convert

RGB 153 95 33 -
CMYK 0 0.38 0.78 0.4
HSL 31º 0.65% 0.36% -
HSV(B) 31º 0.78% 0.6% -
XYZ 17.5 15.07 3.42 -
YUV 105.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 153 95 33 0 0.38 0.78 0.4 31 0.65 0.36
Hex 99 5F 21 0 26 4E 28 1F 41 24
Octal 231 137 41 0 46 116 50 37 101 44
Binary 10011001 1011111 100001 0 100110 1001110 101000 11111 1000001 100100

Color Harmonies of #995F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F21

Black with #995F21

Text Example


Text Example

White with #995F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,95,33); }

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

background-color css

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

 a { background-color: rgb(153,95,33); }

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

border-color css

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

 span { border-color: rgb(153,95,33); }

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