Html Css Color HEX #987C0F Hacienda

📋 copy color: '#987C0F'

red 152 ◦ green 124 ◦ blue 15

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

Shades of Hacienda #987C0F

Tints of Hacienda #987C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.61%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 52.23%
G = 42.61%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#987C0F (or 0x987C0F) is known color: Hacienda. HEX triplet: 98, 7C and 0F. RGB value is (152,124,15). Sum of RGB (Red+Green+Blue) = 152+124+15=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #987C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C0F is #6783F0. Grayscale: #787878. Windows color (decimal): -6783985 or 1014936. OLE color: 1014936.

HSL color Cylindrical-coordinate representation of color #987C0F: hue angle of 47.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #987C0F is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 15 -
CMYK 0 0.18 0.90 0.40
HSL 47.74º 0.82% 0.33% -
HSV(B) 47.74º 0.9% 0.6% -
XYZ 20.24 21.13 3.46 -
YUV 119.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 152 124 15 0 0.18 0.90 0.40 47.74 0.82 0.33
Hex 98 7C F 0 12 5A 28 30 52 21
Octal 230 174 17 0 22 132 50 60 122 41
Binary 10011000 1111100 1111 0 10010 1011010 101000 110000 1010010 100001

Color Harmonies of #987C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C0F

Black with #987C0F

Text Example


Text Example

White with #987C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987C0F; }

 p { color: rgb(152,124,15); }

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

background-color css

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

 a { background-color: rgb(152,124,15); }

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

border-color css

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

 span { border-color: rgb(152,124,15); }

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