Html Css Color HEX #986C17 Golden Brown

📋 copy color: '#986C17'

red 152 ◦ green 108 ◦ blue 23

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

Shades of Golden Brown #986C17

Tints of Golden Brown #986C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 53.71%
G = 38.16%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#986C17 (or 0x986C17) is known color: Golden Brown. HEX triplet: 98, 6C and 17. RGB value is (152,108,23). Sum of RGB (Red+Green+Blue) = 152+108+23=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #986C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C17 is #6793E8. Grayscale: #6F6F6F. Windows color (decimal): -6788073 or 1535128. OLE color: 1535128.

HSL color Cylindrical-coordinate representation of color #986C17: hue angle of 39.53º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #986C17 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 108 23 -
CMYK 0 0.29 0.85 0.40
HSL 39.53º 0.74% 0.34% -
HSV(B) 39.53º 0.85% 0.6% -
XYZ 18.47 17.46 3.21 -
YUV 111.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 152 108 23 0 0.29 0.85 0.40 39.53 0.74 0.34
Hex 98 6C 17 0 1D 55 28 28 4A 22
Octal 230 154 27 0 35 125 50 50 112 42
Binary 10011000 1101100 10111 0 11101 1010101 101000 101000 1001010 100010

Color Harmonies of #986C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C17

Black with #986C17

Text Example


Text Example

White with #986C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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