Html Css Color HEX #987914 Hacienda

📋 copy color: '#987914'

red 152 ◦ green 121 ◦ blue 20

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

Shades of Hacienda #987914

Tints of Hacienda #987914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 51.88%
G = 41.3%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987914 (or 0x987914) is known color: Hacienda. HEX triplet: 98, 79 and 14. RGB value is (152,121,20). Sum of RGB (Red+Green+Blue) = 152+121+20=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #987914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987914 is #6786EB. Grayscale: #777777. Windows color (decimal): -6784748 or 1341848. OLE color: 1341848.

HSL color Cylindrical-coordinate representation of color #987914: hue angle of 45.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #987914 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 20 -
CMYK 0 0.20 0.87 0.40
HSL 45.91º 0.77% 0.34% -
HSV(B) 45.91º 0.87% 0.6% -
XYZ 19.91 20.4 3.55 -
YUV 118.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 152 121 20 0 0.20 0.87 0.40 45.91 0.77 0.34
Hex 98 79 14 0 14 57 28 2E 4D 22
Octal 230 171 24 0 24 127 50 56 115 42
Binary 10011000 1111001 10100 0 10100 1010111 101000 101110 1001101 100010

Color Harmonies of #987914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987914

Black with #987914

Text Example


Text Example

White with #987914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987914; }

 p { color: rgb(152,121,20); }

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

background-color css

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

 a { background-color: rgb(152,121,20); }

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

border-color css

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

 span { border-color: rgb(152,121,20); }

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