Html Css Color HEX #987016 Golden Brown

📋 copy color: '#987016'

red 152 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #987016

Tints of Golden Brown #987016

RGB

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

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

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

R = 53.15%
G = 39.16%
B = 7.69%

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

#987016 (or 0x987016) is known color: Golden Brown. HEX triplet: 98, 70 and 16. RGB value is (152,112,22). Sum of RGB (Red+Green+Blue) = 152+112+22=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #987016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987016 is #678FE9. Grayscale: #727272. Windows color (decimal): -6787050 or 1470616. OLE color: 1470616.

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

Color convert

RGB 152 112 22 -
CMYK 0 0.26 0.86 0.40
HSL 41.54º 0.75% 0.34% -
HSV(B) 41.54º 0.86% 0.6% -
XYZ 18.89 18.32 3.3 -
YUV 113.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 152 112 22 0 0.26 0.86 0.40 41.54 0.75 0.34
Hex 98 70 16 0 1A 56 28 2A 4B 22
Octal 230 160 26 0 32 126 50 52 113 42
Binary 10011000 1110000 10110 0 11010 1010110 101000 101010 1001011 100010

Color Harmonies of #987016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987016

Black with #987016

Text Example


Text Example

White with #987016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987016; }

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

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

background-color css

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

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

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

border-color css

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

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

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