Html Css Color HEX #987009 Golden Brown

📋 copy color: '#987009'

red 152 ◦ green 112 ◦ blue 9

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

Shades of Golden Brown #987009

Tints of Golden Brown #987009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 55.68%
G = 41.03%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#987009 (or 0x987009) is known color: Golden Brown. HEX triplet: 98, 70 and 09. RGB value is (152,112,9). Sum of RGB (Red+Green+Blue) = 152+112+9=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #987009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987009 is #678FF6. Grayscale: #707070. Windows color (decimal): -6787063 or 618648. OLE color: 618648.

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

Color convert

RGB 152 112 9 -
CMYK 0 0.26 0.94 0.40
HSL 43.22º 0.89% 0.32% -
HSV(B) 43.22º 0.94% 0.6% -
XYZ 18.79 18.28 2.8 -
YUV 112.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 152 112 9 0 0.26 0.94 0.40 43.22 0.89 0.32
Hex 98 70 9 0 1A 5E 28 2B 59 20
Octal 230 160 11 0 32 136 50 53 131 40
Binary 10011000 1110000 1001 0 11010 1011110 101000 101011 1011001 100000

Color Harmonies of #987009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987009

Black with #987009

Text Example


Text Example

White with #987009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987009; }

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

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

background-color css

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

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

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

border-color css

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

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

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