#98662A

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

Shades of Afghan Tan #98662A

Tints of Afghan Tan #98662A

Color information

#98662A (or 0x98662A) is unknown color: approx Afghan Tan. HEX triplet: 98, 66 and 2A. RGB value is (152,102,42). Sum of RGB (Red+Green+Blue) = 152+102+42=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98662A is #6799D5. Grayscale: #6E6E6E. Windows color (decimal): -6789590 or 2778776. OLE color: 2778776.

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

Color convert

RGB15210242-
CMYK00.330.720.40
HSL32.73º56.7%38.04%-
HSV(B)32.73º72.37%59.61%-
XYZ18.1216.354.39-
YUV110.1189.56157.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=51.35%
G=34.46%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521024200.330.720.4032.7356.738.04
Hex98662A0214828213926
Octal2301465204111050417146
Binary10011000110011010101001000011001000101000100001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,102,42); }

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

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

 a { background-color: rgb(152,102,42); }

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

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

 span { border-color: rgb(152,102,42); }

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