#98622A

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

Shades of Afghan Tan #98622A

Tints of Afghan Tan #98622A

Color information

#98622A (or 0x98622A) is unknown color: approx Afghan Tan. HEX triplet: 98, 62 and 2A. RGB value is (152,98,42). Sum of RGB (Red+Green+Blue) = 152+98+42=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98622A is #679DD5. Grayscale: #6C6C6C. Windows color (decimal): -6790614 or 2777752. OLE color: 2777752.

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

Color convert

RGB1529842-
CMYK00.360.720.40
HSL30.55º56.7%38.04%-
HSV(B)30.55º72.37%59.61%-
XYZ17.7315.584.26-
YUV107.7690.89159.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=52.05%
G=33.56%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152984200.360.720.4030.5556.738.04
Hex98622A02448281f3926
Octal2301425204411050377146
Binary1001100011000101010100100100100100010100011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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