#996324

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

Shades of Afghan Tan #996324

Tints of Afghan Tan #996324

Color information

#996324 (or 0x996324) is unknown color: approx Afghan Tan. HEX triplet: 99, 63 and 24. RGB value is (153,99,36). Sum of RGB (Red+Green+Blue) = 153+99+36=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #996324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996324 is #669CDB. Grayscale: #6C6C6C. Windows color (decimal): -6724828 or 2384793. OLE color: 2384793.

HSL color Cylindrical-coordinate representation of color #996324: hue angle of 32.31º degrees, saturation: 0.62, 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 #996324 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1539936-
CMYK00.350.760.4
HSL32.31º61.9%37.06%-
HSV(B)32.31º76.47%60%-
XYZ17.9215.823.78-
YUV107.9687.39160.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 36 (14.45% from 255) = 12.5%
R=53.12%
G=34.38%
B=12.5%

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
Decimal153993600.350.760.432.3161.937.06
Hex9963240234C28203e25
Octal2311434404311450407645
Binary10011001110001110010001000111001100101000100000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996324; }

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

 H1.HeaderClassName
 {
   color: #996324;
 }
 .AnyTagClassName
 {
   color: #996324;
 }
</style>
background-color css

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

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

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

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

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

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