Html Css Color HEX #98726C Dark Chestnut

📋 copy color: '#98726C'

red 152 ◦ green 114 ◦ blue 108

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

Shades of Dark Chestnut #98726C

Tints of Dark Chestnut #98726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 40.64%
G = 30.48%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98726C (or 0x98726C) is known color: Dark Chestnut. HEX triplet: 98, 72 and 6C. RGB value is (152,114,108). Sum of RGB (Red+Green+Blue) = 152+114+108=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #98726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98726C is #678D93. Grayscale: #7C7C7C. Windows color (decimal): -6786452 or 7107224. OLE color: 7107224.

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

Color convert

RGB 152 114 108 -
CMYK 0 0.25 0.29 0.40
HSL 8.18º 0.18% 0.51% -
HSV(B) 8.18º 0.29% 0.6% -
XYZ 21.67 19.79 16.87 -
YUV 124.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 152 114 108 0 0.25 0.29 0.40 8.18 0.18 0.51
Hex 98 72 6C 0 19 1D 28 8 12 33
Octal 230 162 154 0 31 35 50 10 22 63
Binary 10011000 1110010 1101100 0 11001 11101 101000 1000 10010 110011

Color Harmonies of #98726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98726C

Black with #98726C

Text Example


Text Example

White with #98726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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