Html Css Color HEX #988610 Hacienda

📋 copy color: '#988610'

red 152 ◦ green 134 ◦ blue 16

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

Shades of Hacienda #988610

Tints of Hacienda #988610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 50.33%
G = 44.37%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988610 (or 0x988610) is known color: Hacienda. HEX triplet: 98, 86 and 10. RGB value is (152,134,16). Sum of RGB (Red+Green+Blue) = 152+134+16=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #988610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988610 is #6779EF. Grayscale: #7E7E7E. Windows color (decimal): -6781424 or 1083032. OLE color: 1083032.

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

Color convert

RGB 152 134 16 -
CMYK 0 0.12 0.89 0.40
HSL 52.06º 0.81% 0.33% -
HSV(B) 52.06º 0.89% 0.6% -
XYZ 21.57 23.76 3.94 -
YUV 125.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 152 134 16 0 0.12 0.89 0.40 52.06 0.81 0.33
Hex 98 86 10 0 C 59 28 34 51 21
Octal 230 206 20 0 14 131 50 64 121 41
Binary 10011000 10000110 10000 0 1100 1011001 101000 110100 1010001 100001

Color Harmonies of #988610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988610

Black with #988610

Text Example


Text Example

White with #988610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988610; }

 p { color: rgb(152,134,16); }

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

background-color css

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

 a { background-color: rgb(152,134,16); }

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

border-color css

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

 span { border-color: rgb(152,134,16); }

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