Html Css Color HEX #987701 Golden Brown

📋 copy color: '#987701'

red 152 ◦ green 119 ◦ blue 1

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

Shades of Golden Brown #987701

Tints of Golden Brown #987701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

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

R = 55.88%
G = 43.75%
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

#987701 (or 0x987701) is known color: Golden Brown. HEX triplet: 98, 77 and 01. RGB value is (152,119,1). Sum of RGB (Red+Green+Blue) = 152+119+1=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #987701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987701 is #6788FE. Grayscale: #737373. Windows color (decimal): -6785279 or 96152. OLE color: 96152.

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

Color convert

RGB 152 119 1 -
CMYK 0 0.22 0.99 0.40
HSL 46.89º 0.99% 0.3% -
HSV(B) 46.89º 0.99% 0.6% -
XYZ 19.55 19.87 2.83 -
YUV 115.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 152 119 1 0 0.22 0.99 0.40 46.89 0.99 0.3
Hex 98 77 1 0 16 63 28 2F 63 1E
Octal 230 167 1 0 26 143 50 57 143 36
Binary 10011000 1110111 1 0 10110 1100011 101000 101111 1100011 11110

Color Harmonies of #987701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987701

Black with #987701

Text Example


Text Example

White with #987701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987701; }

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

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

background-color css

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

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

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

border-color css

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

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

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