Html Css Color HEX #986761 Dark Chestnut

📋 copy color: '#986761'

red 152 ◦ green 103 ◦ blue 97

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

Shades of Dark Chestnut #986761

Tints of Dark Chestnut #986761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 43.18%
G = 29.26%
B = 27.56%

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

#986761 (or 0x986761) is known color: Dark Chestnut. HEX triplet: 98, 67 and 61. RGB value is (152,103,97). Sum of RGB (Red+Green+Blue) = 152+103+97=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #986761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986761 is #67989E. Grayscale: #757575. Windows color (decimal): -6789279 or 6383512. OLE color: 6383512.

HSL color Cylindrical-coordinate representation of color #986761: hue angle of 6.55º 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 #986761 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 97 -
CMYK 0 0.32 0.36 0.40
HSL 6.55º 0.22% 0.49% -
HSV(B) 6.55º 0.36% 0.6% -
XYZ 19.96 17.24 13.58 -
YUV 116.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 152 103 97 0 0.32 0.36 0.40 6.55 0.22 0.49
Hex 98 67 61 0 20 24 28 7 16 31
Octal 230 147 141 0 40 44 50 7 26 61
Binary 10011000 1100111 1100001 0 100000 100100 101000 111 10110 110001

Color Harmonies of #986761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986761

Black with #986761

Text Example


Text Example

White with #986761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986761; }

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

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

background-color css

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

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

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

border-color css

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

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

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