Html Css Color HEX #978310 Hacienda

📋 copy color: '#978310'

red 151 ◦ green 131 ◦ blue 16

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

Shades of Hacienda #978310

Tints of Hacienda #978310

RGB

 RED value IS 151 (59.38% from 255) = 50.67%

 GREEN value IS 131 (51.56% from 255) = 43.96%

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

R = 50.67%
G = 43.96%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#978310 (or 0x978310) is known color: Hacienda. HEX triplet: 97, 83 and 10. RGB value is (151,131,16). Sum of RGB (Red+Green+Blue) = 151+131+16=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #978310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978310 is #687CEF. Grayscale: #7C7C7C. Windows color (decimal): -6847728 or 1082263. OLE color: 1082263.

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

Color convert

RGB 151 131 16 -
CMYK 0 0.13 0.89 0.41
HSL 51.11º 0.81% 0.33% -
HSV(B) 51.11º 0.89% 0.59% -
XYZ 20.97 22.85 3.8 -
YUV 123.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 151 131 16 0 0.13 0.89 0.41 51.11 0.81 0.33
Hex 97 83 10 0 D 59 29 33 51 21
Octal 227 203 20 0 15 131 51 63 121 41
Binary 10010111 10000011 10000 0 1101 1011001 101001 110011 1010001 100001

Color Harmonies of #978310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978310

Black with #978310

Text Example


Text Example

White with #978310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978310; }

 p { color: rgb(151,131,16); }

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

background-color css

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

 a { background-color: rgb(151,131,16); }

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

border-color css

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

 span { border-color: rgb(151,131,16); }

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