#98642A

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

Shades of Afghan Tan #98642A

Tints of Afghan Tan #98642A

Color information

#98642A (or 0x98642A) is unknown color: approx Afghan Tan. HEX triplet: 98, 64 and 2A. RGB value is (152,100,42). Sum of RGB (Red+Green+Blue) = 152+100+42=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98642A is #679BD5. Grayscale: #6D6D6D. Windows color (decimal): -6790102 or 2778264. OLE color: 2778264.

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

Color convert

RGB15210042-
CMYK00.340.720.40
HSL31.64º56.7%38.04%-
HSV(B)31.64º72.37%59.61%-
XYZ17.9215.964.33-
YUV108.9490.23158.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.70%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 42 (16.80% from 255) = 14.29%
R=51.70%
G=34.01%
B=14.29%

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
Decimal1521004200.340.720.4031.6456.738.04
Hex98642A0224828203926
Octal2301445204211050407146
Binary10011000110010010101001000101001000101000100000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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