#996723

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

Shades of Afghan Tan #996723

Tints of Afghan Tan #996723

Color information

#996723 (or 0x996723) is unknown color: approx Afghan Tan. HEX triplet: 99, 67 and 23. RGB value is (153,103,35). Sum of RGB (Red+Green+Blue) = 153+103+35=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996723 is #6698DC. Grayscale: #6E6E6E. Windows color (decimal): -6723805 or 2320281. OLE color: 2320281.

HSL color Cylindrical-coordinate representation of color #996723: hue angle of 34.58º 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 #996723 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB15310335-
CMYK00.330.770.4
HSL34.58º62.77%36.86%-
HSV(B)34.58º77.12%60%-
XYZ18.2916.593.83-
YUV110.285.56158.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 35 (14.06% from 255) = 12.03%
R=52.58%
G=35.40%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531033500.330.770.434.5862.7736.86
Hex9967230214D28233f25
Octal2311474304111550437745
Binary10011001110011110001101000011001101101000100011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996723; }

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

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

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

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

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

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

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

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