Html Css Color HEX #98685E Dark Chestnut

📋 copy color: '#98685E'

red 152 ◦ green 104 ◦ blue 94

#98685E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #98685E

Tints of Dark Chestnut #98685E

RGB

 RED value IS 152 (59.77% from 255) = 43.43%

 GREEN value IS 104 (41.02% from 255) = 29.71%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 43.43%
G = 29.71%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98685E (or 0x98685E) is known color: Dark Chestnut. HEX triplet: 98, 68 and 5E. RGB value is (152,104,94). Sum of RGB (Red+Green+Blue) = 152+104+94=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98685E is #6797A1. Grayscale: #757575. Windows color (decimal): -6789026 or 6187160. OLE color: 6187160.

HSL color Cylindrical-coordinate representation of color #98685E: hue angle of 10.34º 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 #98685E is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 94 -
CMYK 0 0.32 0.38 0.40
HSL 10.34º 0.24% 0.48% -
HSV(B) 10.34º 0.38% 0.6% -
XYZ 19.92 17.38 12.9 -
YUV 117.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 152 104 94 0 0.32 0.38 0.40 10.34 0.24 0.48
Hex 98 68 5E 0 20 26 28 A 18 30
Octal 230 150 136 0 40 46 50 12 30 60
Binary 10011000 1101000 1011110 0 100000 100110 101000 1010 11000 110000

Color Harmonies of #98685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98685E

Black with #98685E

Text Example


Text Example

White with #98685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98685E;
 }
 .AnyTagClassName
 {
   color: #98685E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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