Html Css Color HEX #986762 Dark Chestnut

📋 copy color: '#986762'

red 152 ◦ green 103 ◦ blue 98

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

Shades of Dark Chestnut #986762

Tints of Dark Chestnut #986762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 98 (38.67% from 255) = 27.76%

R = 43.06%
G = 29.18%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#986762 (or 0x986762) is known color: Dark Chestnut. HEX triplet: 98, 67 and 62. RGB value is (152,103,98). Sum of RGB (Red+Green+Blue) = 152+103+98=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986762 is #67989D. Grayscale: #757575. Windows color (decimal): -6789278 or 6449048. OLE color: 6449048.

HSL color Cylindrical-coordinate representation of color #986762: hue angle of 5.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986762 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 98 -
CMYK 0 0.32 0.36 0.40
HSL 5.56º 0.22% 0.49% -
HSV(B) 5.56º 0.36% 0.6% -
XYZ 20 17.26 13.83 -
YUV 117.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 152 103 98 0 0.32 0.36 0.40 5.56 0.22 0.49
Hex 98 67 62 0 20 24 28 6 16 31
Octal 230 147 142 0 40 44 50 6 26 61
Binary 10011000 1100111 1100010 0 100000 100100 101000 110 10110 110001

Color Harmonies of #986762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986762

Black with #986762

Text Example


Text Example

White with #986762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986762; }

 p { color: rgb(152,103,98); }

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

background-color css

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

 a { background-color: rgb(152,103,98); }

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

border-color css

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

 span { border-color: rgb(152,103,98); }

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