Html Css Color HEX #99601F Afghan Tan

📋 copy color: '#99601F'

red 153 ◦ green 96 ◦ blue 31

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

Shades of Afghan Tan #99601F

Tints of Afghan Tan #99601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 54.64%
G = 34.29%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99601F (or 0x99601F) is known color: Afghan Tan. HEX triplet: 99, 60 and 1F. RGB value is (153,96,31). Sum of RGB (Red+Green+Blue) = 153+96+31=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99601F is #669FE0. Grayscale: #696969. Windows color (decimal): -6725601 or 2056345. OLE color: 2056345.

HSL color Cylindrical-coordinate representation of color #99601F: hue angle of 31.97º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99601F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 31 -
CMYK 0 0.37 0.80 0.4
HSL 31.97º 0.66% 0.36% -
HSV(B) 31.97º 0.8% 0.6% -
XYZ 17.57 15.24 3.31 -
YUV 105.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 153 96 31 0 0.37 0.80 0.4 31.97 0.66 0.36
Hex 99 60 1F 0 25 50 28 20 42 24
Octal 231 140 37 0 45 120 50 40 102 44
Binary 10011001 1100000 11111 0 100101 1010000 101000 100000 1000010 100100

Color Harmonies of #99601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99601F

Black with #99601F

Text Example


Text Example

White with #99601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99601F; }

 p { color: rgb(153,96,31); }

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

background-color css

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

 a { background-color: rgb(153,96,31); }

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

border-color css

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

 span { border-color: rgb(153,96,31); }

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