Html Css Color HEX #987613 Hacienda

📋 copy color: '#987613'

red 152 ◦ green 118 ◦ blue 19

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

Shades of Hacienda #987613

Tints of Hacienda #987613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 52.6%
G = 40.83%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#987613 (or 0x987613) is known color: Hacienda. HEX triplet: 98, 76 and 13. RGB value is (152,118,19). Sum of RGB (Red+Green+Blue) = 152+118+19=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987613 is #6789EC. Grayscale: #757575. Windows color (decimal): -6785517 or 1275544. OLE color: 1275544.

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

Color convert

RGB 152 118 19 -
CMYK 0 0.22 0.87 0.40
HSL 44.66º 0.78% 0.34% -
HSV(B) 44.66º 0.88% 0.6% -
XYZ 19.54 19.68 3.38 -
YUV 116.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 152 118 19 0 0.22 0.87 0.40 44.66 0.78 0.34
Hex 98 76 13 0 16 57 28 2D 4E 22
Octal 230 166 23 0 26 127 50 55 116 42
Binary 10011000 1110110 10011 0 10110 1010111 101000 101101 1001110 100010

Color Harmonies of #987613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987613

Black with #987613

Text Example


Text Example

White with #987613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987613; }

 p { color: rgb(152,118,19); }

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

background-color css

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

 a { background-color: rgb(152,118,19); }

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

border-color css

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

 span { border-color: rgb(152,118,19); }

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