Html Css Color HEX #98726D Dark Chestnut

📋 copy color: '#98726D'

red 152 ◦ green 114 ◦ blue 109

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

Shades of Dark Chestnut #98726D

Tints of Dark Chestnut #98726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 40.53%
G = 30.4%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98726D (or 0x98726D) is known color: Dark Chestnut. HEX triplet: 98, 72 and 6D. RGB value is (152,114,109). Sum of RGB (Red+Green+Blue) = 152+114+109=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #98726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98726D is #678D92. Grayscale: #7C7C7C. Windows color (decimal): -6786451 or 7172760. OLE color: 7172760.

HSL color Cylindrical-coordinate representation of color #98726D: hue angle of 6.98º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98726D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 109 -
CMYK 0 0.25 0.28 0.40
HSL 6.98º 0.17% 0.51% -
HSV(B) 6.98º 0.28% 0.6% -
XYZ 21.73 19.81 17.15 -
YUV 124.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 152 114 109 0 0.25 0.28 0.40 6.98 0.17 0.51
Hex 98 72 6D 0 19 1C 28 7 11 33
Octal 230 162 155 0 31 34 50 7 21 63
Binary 10011000 1110010 1101101 0 11001 11100 101000 111 10001 110011

Color Harmonies of #98726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98726D

Black with #98726D

Text Example


Text Example

White with #98726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,114,109); }

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

background-color css

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

 a { background-color: rgb(152,114,109); }

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

border-color css

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

 span { border-color: rgb(152,114,109); }

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