Html Css Color HEX #987116 Golden Brown

📋 copy color: '#987116'

red 152 ◦ green 113 ◦ blue 22

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

Shades of Golden Brown #987116

Tints of Golden Brown #987116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.37%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 52.96%
G = 39.37%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#987116 (or 0x987116) is known color: Golden Brown. HEX triplet: 98, 71 and 16. RGB value is (152,113,22). Sum of RGB (Red+Green+Blue) = 152+113+22=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987116 is #678EE9. Grayscale: #727272. Windows color (decimal): -6786794 or 1470872. OLE color: 1470872.

HSL color Cylindrical-coordinate representation of color #987116: hue angle of 42º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #987116 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 22 -
CMYK 0 0.26 0.86 0.40
HSL 42º 0.75% 0.34% -
HSV(B) 42º 0.86% 0.6% -
XYZ 19 18.54 3.34 -
YUV 114.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 152 113 22 0 0.26 0.86 0.40 42 0.75 0.34
Hex 98 71 16 0 1A 56 28 2A 4B 22
Octal 230 161 26 0 32 126 50 52 113 42
Binary 10011000 1110001 10110 0 11010 1010110 101000 101010 1001011 100010

Color Harmonies of #987116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987116

Black with #987116

Text Example


Text Example

White with #987116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987116; }

 p { color: rgb(152,113,22); }

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

background-color css

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

 a { background-color: rgb(152,113,22); }

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

border-color css

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

 span { border-color: rgb(152,113,22); }

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