#99632A

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

Shades of Afghan Tan #99632A

Tints of Afghan Tan #99632A

Color information

#99632A (or 0x99632A) is unknown color: approx Afghan Tan. HEX triplet: 99, 63 and 2A. RGB value is (153,99,42). Sum of RGB (Red+Green+Blue) = 153+99+42=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99632A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99632A is #669CD5. Grayscale: #6C6C6C. Windows color (decimal): -6724822 or 2778009. OLE color: 2778009.

HSL color Cylindrical-coordinate representation of color #99632A: hue angle of 30.81º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99632A is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1539942-
CMYK00.350.730.4
HSL30.81º56.92%38.24%-
HSV(B)30.81º72.55%60%-
XYZ18.0215.864.3-
YUV108.6590.39159.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=52.04%
G=33.67%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153994200.350.730.430.8156.9238.24
Hex99632A02349281f3926
Octal2311435204311150377146
Binary1001100111000111010100100011100100110100011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99632A; }

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

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

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

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

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

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

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

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