#98635B

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

Shades of Dark Chestnut #98635B

Tints of Dark Chestnut #98635B

Color information

#98635B (or 0x98635B) is unknown color: approx Dark Chestnut. HEX triplet: 98, 63 and 5B. RGB value is (152,99,91). Sum of RGB (Red+Green+Blue) = 152+99+91=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98635B is #679CA4. Grayscale: #727272. Windows color (decimal): -6790309 or 5989272. OLE color: 5989272.

HSL color Cylindrical-coordinate representation of color #98635B: hue angle of 7.87º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98635B is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1529991-
CMYK00.350.400.40
HSL7.87º25.1%47.65%-
HSV(B)7.87º40.13%59.61%-
XYZ19.316.3512.04-
YUV113.94115.06155.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=44.44%
G=28.95%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152999100.350.400.407.8725.147.65
Hex98635B023282881930
Octal2301431330435050103160
Binary10011000110001110110110100011101000101000100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98635B; }

 p { color: rgb(152,99,91); }

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

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

 a { background-color: rgb(152,99,91); }

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

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

 span { border-color: rgb(152,99,91); }

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