Html Css Color HEX #987600 Golden Brown

📋 copy color: '#987600'

red 152 ◦ green 118 ◦ blue 0

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

Shades of Golden Brown #987600

Tints of Golden Brown #987600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.3%
G = 43.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#987600 (or 0x987600) is known color: Golden Brown. HEX triplet: 98, 76 and 00. RGB value is (152,118,0). Sum of RGB (Red+Green+Blue) = 152+118+0=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #987600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987600 is #6789FF. Grayscale: #737373. Windows color (decimal): -6785536 or 30360. OLE color: 30360.

HSL color Cylindrical-coordinate representation of color #987600: hue angle of 46.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #987600 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 0 -
CMYK 0 0.22 1 0.40
HSL 46.58º 1% 0.3% -
HSV(B) 46.58º 1% 0.6% -
XYZ 19.43 19.63 2.77 -
YUV 114.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 152 118 0 0 0.22 1 0.40 46.58 1 0.3
Hex 98 76 0 0 16 64 28 2F 64 1E
Octal 230 166 0 0 26 144 50 57 144 36
Binary 10011000 1110110 0 0 10110 1100100 101000 101111 1100100 11110

Color Harmonies of #987600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987600

Black with #987600

Text Example


Text Example

White with #987600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987600; }

 p { color: rgb(152,118,0); }

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

background-color css

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

 a { background-color: rgb(152,118,0); }

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

border-color css

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

 span { border-color: rgb(152,118,0); }

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