Html Css Color HEX #987601 Golden Brown

📋 copy color: '#987601'

red 152 ◦ green 118 ◦ blue 1

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

Shades of Golden Brown #987601

Tints of Golden Brown #987601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 56.09%
G = 43.54%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#987601 (or 0x987601) is known color: Golden Brown. HEX triplet: 98, 76 and 01. RGB value is (152,118,1). Sum of RGB (Red+Green+Blue) = 152+118+1=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #987601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987601 is #6789FE. Grayscale: #737373. Windows color (decimal): -6785535 or 95896. OLE color: 95896.

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

Color convert

RGB 152 118 1 -
CMYK 0 0.22 0.99 0.40
HSL 46.49º 0.99% 0.3% -
HSV(B) 46.49º 0.99% 0.6% -
XYZ 19.43 19.63 2.79 -
YUV 114.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 152 118 1 0 0.22 0.99 0.40 46.49 0.99 0.3
Hex 98 76 1 0 16 63 28 2E 63 1E
Octal 230 166 1 0 26 143 50 56 143 36
Binary 10011000 1110110 1 0 10110 1100011 101000 101110 1100011 11110

Color Harmonies of #987601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987601

Black with #987601

Text Example


Text Example

White with #987601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987601; }

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

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

background-color css

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

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

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

border-color css

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

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

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