Html Css Color HEX #98685D Dark Chestnut

📋 copy color: '#98685D'

red 152 ◦ green 104 ◦ blue 93

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

Shades of Dark Chestnut #98685D

Tints of Dark Chestnut #98685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 43.55%
G = 29.8%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98685D (or 0x98685D) is known color: Dark Chestnut. HEX triplet: 98, 68 and 5D. RGB value is (152,104,93). Sum of RGB (Red+Green+Blue) = 152+104+93=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98685D is #6797A2. Grayscale: #757575. Windows color (decimal): -6789027 or 6121624. OLE color: 6121624.

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

Color convert

RGB 152 104 93 -
CMYK 0 0.32 0.39 0.40
HSL 11.19º 0.24% 0.48% -
HSV(B) 11.19º 0.39% 0.6% -
XYZ 19.87 17.37 12.66 -
YUV 117.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 152 104 93 0 0.32 0.39 0.40 11.19 0.24 0.48
Hex 98 68 5D 0 20 27 28 B 18 30
Octal 230 150 135 0 40 47 50 13 30 60
Binary 10011000 1101000 1011101 0 100000 100111 101000 1011 11000 110000

Color Harmonies of #98685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98685D

Black with #98685D

Text Example


Text Example

White with #98685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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