#98655E

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

Shades of Dark Chestnut #98655E

Tints of Dark Chestnut #98655E

Color information

#98655E (or 0x98655E) is unknown color: approx Dark Chestnut. HEX triplet: 98, 65 and 5E. RGB value is (152,101,94). Sum of RGB (Red+Green+Blue) = 152+101+94=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98655E is #679AA1. Grayscale: #737373. Windows color (decimal): -6789794 or 6186392. OLE color: 6186392.

HSL color Cylindrical-coordinate representation of color #98655E: hue angle of 7.24º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98655E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15210194-
CMYK00.340.380.40
HSL7.24º23.58%48.24%-
HSV(B)7.24º38.16%59.61%-
XYZ19.6216.7912.8-
YUV115.45115.9154.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=43.80%
G=29.11%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521019400.340.380.407.2423.5848.24
Hex98655E022262871830
Octal230145136042465073060
Binary1001100011001011011110010001010011010100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98655E; }

 p { color: rgb(152,101,94); }

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

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

 a { background-color: rgb(152,101,94); }

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

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

 span { border-color: rgb(152,101,94); }

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