#996325

Color #996325 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #996325

Tints of Afghan Tan #996325

Color information

#996325 (or 0x996325) is unknown color: approx 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

RGB1539937-
CMYK00.350.760.4
HSL32.07º61.05%37.25%-
HSV(B)32.07º75.82%60%-
XYZ17.9315.833.86-
YUV108.0887.89160.04-

RGB Variations

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

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.80%
R=52.94%
G=34.26%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153993700.350.760.432.0761.0537.25
Hex9963250234C28203d25
Octal2311434504311450407545
Binary10011001110001110010101000111001100101000100000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>