Html Css Color HEX #987010 Golden Brown

📋 copy color: '#987010'

red 152 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #987010

Tints of Golden Brown #987010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 54.29%
G = 40%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#987010 (or 0x987010) is known color: Golden Brown. HEX triplet: 98, 70 and 10. RGB value is (152,112,16). Sum of RGB (Red+Green+Blue) = 152+112+16=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #987010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987010 is #678FEF. Grayscale: #717171. Windows color (decimal): -6787056 or 1077400. OLE color: 1077400.

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

Color convert

RGB 152 112 16 -
CMYK 0 0.26 0.89 0.40
HSL 42.35º 0.81% 0.33% -
HSV(B) 42.35º 0.89% 0.6% -
XYZ 18.84 18.3 3.03 -
YUV 113.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 152 112 16 0 0.26 0.89 0.40 42.35 0.81 0.33
Hex 98 70 10 0 1A 59 28 2A 51 21
Octal 230 160 20 0 32 131 50 52 121 41
Binary 10011000 1110000 10000 0 11010 1011001 101000 101010 1010001 100001

Color Harmonies of #987010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987010

Black with #987010

Text Example


Text Example

White with #987010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987010; }

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

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

background-color css

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

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

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

border-color css

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

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

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