Html Css Color HEX #968110 Hacienda

📋 copy color: '#968110'

red 150 ◦ green 129 ◦ blue 16

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

Shades of Hacienda #968110

Tints of Hacienda #968110

RGB

 RED value IS 150 (58.98% from 255) = 50.85%

 GREEN value IS 129 (50.78% from 255) = 43.73%

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

R = 50.85%
G = 43.73%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968110 (or 0x968110) is known color: Hacienda. HEX triplet: 96, 81 and 10. RGB value is (150,129,16). Sum of RGB (Red+Green+Blue) = 150+129+16=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #968110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968110 is #697EEF. Grayscale: #7A7A7A. Windows color (decimal): -6913776 or 1081750. OLE color: 1081750.

HSL color Cylindrical-coordinate representation of color #968110: hue angle of 50.6º 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 #968110 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 129 16 -
CMYK 0 0.14 0.89 0.41
HSL 50.6º 0.81% 0.33% -
HSV(B) 50.6º 0.89% 0.59% -
XYZ 20.52 22.22 3.7 -
YUV 122.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 150 129 16 0 0.14 0.89 0.41 50.6 0.81 0.33
Hex 96 81 10 0 E 59 29 33 51 21
Octal 226 201 20 0 16 131 51 63 121 41
Binary 10010110 10000001 10000 0 1110 1011001 101001 110011 1010001 100001

Color Harmonies of #968110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968110

Black with #968110

Text Example


Text Example

White with #968110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968110; }

 p { color: rgb(150,129,16); }

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

background-color css

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

 a { background-color: rgb(150,129,16); }

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

border-color css

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

 span { border-color: rgb(150,129,16); }

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