Html Css Color HEX #987F15 Hacienda

📋 copy color: '#987F15'

red 152 ◦ green 127 ◦ blue 21

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

Shades of Hacienda #987F15

Tints of Hacienda #987F15

RGB

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

 GREEN value IS 127 (50% from 255) = 42.33%

 BLUE value IS 21 (8.59% from 255) = 7%

R = 50.67%
G = 42.33%
B = 7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#987F15 (or 0x987F15) is known color: Hacienda. HEX triplet: 98, 7F and 15. RGB value is (152,127,21). Sum of RGB (Red+Green+Blue) = 152+127+21=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #987F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F15 is #6780EA. Grayscale: #7A7A7A. Windows color (decimal): -6783211 or 1408920. OLE color: 1408920.

HSL color Cylindrical-coordinate representation of color #987F15: hue angle of 48.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #987F15 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 21 -
CMYK 0 0.16 0.86 0.40
HSL 48.55º 0.76% 0.34% -
HSV(B) 48.55º 0.86% 0.6% -
XYZ 20.67 21.91 3.85 -
YUV 122.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 152 127 21 0 0.16 0.86 0.40 48.55 0.76 0.34
Hex 98 7F 15 0 10 56 28 31 4C 22
Octal 230 177 25 0 20 126 50 61 114 42
Binary 10011000 1111111 10101 0 10000 1010110 101000 110001 1001100 100010

Color Harmonies of #987F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F15

Black with #987F15

Text Example


Text Example

White with #987F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,21); }

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

background-color css

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

 a { background-color: rgb(152,127,21); }

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

border-color css

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

 span { border-color: rgb(152,127,21); }

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