Html Css Color HEX #968711 Hacienda

📋 copy color: '#968711'

red 150 ◦ green 135 ◦ blue 17

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

Shades of Hacienda #968711

Tints of Hacienda #968711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 49.67%
G = 44.7%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968711 (or 0x968711) is known color: Hacienda. HEX triplet: 96, 87 and 11. RGB value is (150,135,17). Sum of RGB (Red+Green+Blue) = 150+135+17=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #968711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968711 is #6978EE. Grayscale: #7E7E7E. Windows color (decimal): -6912239 or 1148822. OLE color: 1148822.

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

Color convert

RGB 150 135 17 -
CMYK 0 0.1 0.89 0.41
HSL 53.23º 0.8% 0.33% -
HSV(B) 53.23º 0.89% 0.59% -
XYZ 21.34 23.85 4.01 -
YUV 126.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 150 135 17 0 0.1 0.89 0.41 53.23 0.8 0.33
Hex 96 87 11 0 A 59 29 35 50 21
Octal 226 207 21 0 12 131 51 65 120 41
Binary 10010110 10000111 10001 0 1010 1011001 101001 110101 1010000 100001

Color Harmonies of #968711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968711

Black with #968711

Text Example


Text Example

White with #968711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968711; }

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

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

background-color css

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

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

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

border-color css

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

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

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