#98652A

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

Shades of Afghan Tan #98652A

Tints of Afghan Tan #98652A

Color information

#98652A (or 0x98652A) is unknown color: approx Afghan Tan. HEX triplet: 98, 65 and 2A. RGB value is (152,101,42). Sum of RGB (Red+Green+Blue) = 152+101+42=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98652A is #679AD5. Grayscale: #6D6D6D. Windows color (decimal): -6789846 or 2778520. OLE color: 2778520.

HSL color Cylindrical-coordinate representation of color #98652A: hue angle of 32.18º 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 #98652A is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15210142-
CMYK00.340.720.40
HSL32.18º56.7%38.04%-
HSV(B)32.18º72.37%59.61%-
XYZ18.0216.154.36-
YUV109.5289.9158.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=51.53%
G=34.24%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521014200.340.720.4032.1856.738.04
Hex98652A0224828203926
Octal2301455204211050407146
Binary10011000110010110101001000101001000101000100000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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