Html Css Color HEX #968911 Hacienda

📋 copy color: '#968911'

red 150 ◦ green 137 ◦ blue 17

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

Shades of Hacienda #968911

Tints of Hacienda #968911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 49.34%
G = 45.07%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968911 (or 0x968911) is known color: Hacienda. HEX triplet: 96, 89 and 11. RGB value is (150,137,17). Sum of RGB (Red+Green+Blue) = 150+137+17=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968911 is #6976EE. Grayscale: #7F7F7F. Windows color (decimal): -6911727 or 1149334. OLE color: 1149334.

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

Color convert

RGB 150 137 17 -
CMYK 0 0.09 0.89 0.41
HSL 54.14º 0.8% 0.33% -
HSV(B) 54.14º 0.89% 0.59% -
XYZ 21.62 24.42 4.1 -
YUV 127.21 65.81 144.26 -
System Red Green Blue C M Y K H S L
Decimal 150 137 17 0 0.09 0.89 0.41 54.14 0.8 0.33
Hex 96 89 11 0 9 59 29 36 50 21
Octal 226 211 21 0 11 131 51 66 120 41
Binary 10010110 10001001 10001 0 1001 1011001 101001 110110 1010000 100001

Color Harmonies of #968911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968911

Black with #968911

Text Example


Text Example

White with #968911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968911; }

 p { color: rgb(150,137,17); }

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

background-color css

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

 a { background-color: rgb(150,137,17); }

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

border-color css

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

 span { border-color: rgb(150,137,17); }

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