Html Css Color HEX #996325 Afghan Tan

📋 copy color: '#996325'

red 153 ◦ green 99 ◦ blue 37

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

Shades of Afghan Tan #996325

Tints of Afghan Tan #996325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 52.94%
G = 34.26%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#996325 (or 0x996325) is known color: Afghan Tan. HEX triplet: 99, 63 and 25. RGB value is (153,99,37). Sum of RGB (Red+Green+Blue) = 153+99+37=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996325 is #669CDA. Grayscale: #6C6C6C. Windows color (decimal): -6724827 or 2450329. OLE color: 2450329.

HSL color Cylindrical-coordinate representation of color #996325: hue angle of 32.07º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #996325 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 37 -
CMYK 0 0.35 0.76 0.4
HSL 32.07º 0.61% 0.37% -
HSV(B) 32.07º 0.76% 0.6% -
XYZ 17.93 15.83 3.86 -
YUV 108.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 153 99 37 0 0.35 0.76 0.4 32.07 0.61 0.37
Hex 99 63 25 0 23 4C 28 20 3D 25
Octal 231 143 45 0 43 114 50 40 75 45
Binary 10011001 1100011 100101 0 100011 1001100 101000 100000 111101 100101

Color Harmonies of #996325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996325

Black with #996325

Text Example


Text Example

White with #996325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996325; }

 p { color: rgb(153,99,37); }

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

background-color css

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

 a { background-color: rgb(153,99,37); }

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

border-color css

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

 span { border-color: rgb(153,99,37); }

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