#98612C

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

Shades of Afghan Tan #98612C

Tints of Afghan Tan #98612C

Color information

#98612C (or 0x98612C) is unknown color: approx Afghan Tan. HEX triplet: 98, 61 and 2C. RGB value is (152,97,44). Sum of RGB (Red+Green+Blue) = 152+97+44=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98612C is #679ED3. Grayscale: #6B6B6B. Windows color (decimal): -6790868 or 2908568. OLE color: 2908568.

HSL color Cylindrical-coordinate representation of color #98612C: hue angle of 29.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98612C is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1529744-
CMYK00.360.710.40
HSL29.44º55.1%38.43%-
HSV(B)29.44º71.05%59.61%-
XYZ17.6815.414.42-
YUV107.492.22159.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=51.88%
G=33.11%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152974400.360.710.4029.4455.138.43
Hex98612C02447281d3726
Octal2301415404410750356746
Binary1001100011000011011000100100100011110100011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98612C; }

 p { color: rgb(152,97,44); }

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

<style>
 a { background-color: #98612C; }

 a { background-color: rgb(152,97,44); }

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

<style>
 span { border-color: #98612C; }

 span { border-color: rgb(152,97,44); }

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