Html Css Color HEX #987104 Golden Brown

📋 copy color: '#987104'

red 152 ◦ green 113 ◦ blue 4

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

Shades of Golden Brown #987104

Tints of Golden Brown #987104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 56.51%
G = 42.01%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#987104 (or 0x987104) is known color: Golden Brown. HEX triplet: 98, 71 and 04. RGB value is (152,113,4). Sum of RGB (Red+Green+Blue) = 152+113+4=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #987104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987104 is #678EFB. Grayscale: #707070. Windows color (decimal): -6786812 or 291224. OLE color: 291224.

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

Color convert

RGB 152 113 4 -
CMYK 0 0.26 0.97 0.40
HSL 44.19º 0.95% 0.31% -
HSV(B) 44.19º 0.97% 0.6% -
XYZ 18.88 18.49 2.69 -
YUV 112.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 152 113 4 0 0.26 0.97 0.40 44.19 0.95 0.31
Hex 98 71 4 0 1A 61 28 2C 5F 1F
Octal 230 161 4 0 32 141 50 54 137 37
Binary 10011000 1110001 100 0 11010 1100001 101000 101100 1011111 11111

Color Harmonies of #987104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987104

Black with #987104

Text Example


Text Example

White with #987104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987104; }

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

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

background-color css

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

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

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

border-color css

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

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

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