#986742

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

Shades of Dark Tan #986742

Tints of Dark Tan #986742

Color information

#986742 (or 0x986742) is unknown color: approx Dark Tan. HEX triplet: 98, 67 and 42. RGB value is (152,103,66). Sum of RGB (Red+Green+Blue) = 152+103+66=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986742 is #6798BD. Grayscale: #717171. Windows color (decimal): -6789310 or 4351896. OLE color: 4351896.

HSL color Cylindrical-coordinate representation of color #986742: hue angle of 25.81º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986742 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15210366-
CMYK00.320.570.40
HSL25.81º39.45%42.75%-
HSV(B)25.81º56.58%59.61%-
XYZ18.7816.777.4-
YUV113.43101.23155.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=47.35%
G=32.09%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521036600.320.570.4025.8139.4542.75
Hex98674202039281a272b
Octal2301471020407150324753
Binary1001100011001111000010010000011100110100011010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986742; }

 p { color: rgb(152,103,66); }

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

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

 a { background-color: rgb(152,103,66); }

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

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

 span { border-color: rgb(152,103,66); }

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