#996323

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

Shades of Afghan Tan #996323

Tints of Afghan Tan #996323

Color information

#996323 (or 0x996323) is unknown color: approx Afghan Tan. HEX triplet: 99, 63 and 23. RGB value is (153,99,35). Sum of RGB (Red+Green+Blue) = 153+99+35=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #996323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996323 is #669CDC. Grayscale: #6C6C6C. Windows color (decimal): -6724829 or 2319257. OLE color: 2319257.

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

Color convert

RGB1539935-
CMYK00.350.770.4
HSL32.54º62.77%36.86%-
HSV(B)32.54º77.12%60%-
XYZ17.915.823.7-
YUV107.8586.89160.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=53.31%
G=34.49%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153993500.350.770.432.5462.7736.86
Hex9963230234D28213f25
Octal2311434304311550417745
Binary10011001110001110001101000111001101101000100001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996323; }

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

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

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

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

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

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

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

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