#98562e

Color #98562E Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #98562E

Tints of Chelsea Gem #98562E

Color information

#98562E (or 0x98562E) is unknown color: approx Chelsea Gem. HEX triplet: 98, 56 and 2E. RGB value is (152,86,46). Sum of RGB (Red+Green+Blue) = 152+86+46=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98562E is #67A9D1. Grayscale: #656565. Windows color (decimal): -6793682 or 3036824. OLE color: 3036824.

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

Color convert

RGB1528646-
CMYK00.430.700.40
HSL22.64º53.54%38.82%-
HSV(B)22.64º69.74%59.61%-
XYZ16.7713.534.31-
YUV101.1796.87164.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=53.52%
G=30.28%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152864600.430.700.4022.6453.5438.82
Hex98562E02B4628173627
Octal2301265605310650276647
Binary1001100010101101011100101011100011010100010111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98562e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98562e; }

 p { color: rgb(152,86,46); }

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

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

 a { background-color: rgb(152,86,46); }

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

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

 span { border-color: rgb(152,86,46); }

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