Html Css Color HEX #98706B Dark Chestnut

📋 copy color: '#98706B'

red 152 ◦ green 112 ◦ blue 107

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

Shades of Dark Chestnut #98706B

Tints of Dark Chestnut #98706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 40.97%
G = 30.19%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98706B (or 0x98706B) is known color: Dark Chestnut. HEX triplet: 98, 70 and 6B. RGB value is (152,112,107). Sum of RGB (Red+Green+Blue) = 152+112+107=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98706B is #678F94. Grayscale: #7B7B7B. Windows color (decimal): -6786965 or 7041176. OLE color: 7041176.

HSL color Cylindrical-coordinate representation of color #98706B: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98706B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 107 -
CMYK 0 0.26 0.30 0.40
HSL 6.67º 0.18% 0.51% -
HSV(B) 6.67º 0.3% 0.6% -
XYZ 21.4 19.33 16.51 -
YUV 123.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 152 112 107 0 0.26 0.30 0.40 6.67 0.18 0.51
Hex 98 70 6B 0 1A 1E 28 7 12 33
Octal 230 160 153 0 32 36 50 7 22 63
Binary 10011000 1110000 1101011 0 11010 11110 101000 111 10010 110011

Color Harmonies of #98706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98706B

Black with #98706B

Text Example


Text Example

White with #98706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98706B; }

 p { color: rgb(152,112,107); }

 H1.HeaderClassName
 {
   color: #98706B;
 }
 .AnyTagClassName
 {
   color: #98706B;
 }
</style>

background-color css

<style>
 a { background-color: #98706B; }

 a { background-color: rgb(152,112,107); }

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

border-color css

<style>
 span { border-color: #98706B; }

 span { border-color: rgb(152,112,107); }

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