Html Css Color HEX #968311 Hacienda

📋 copy color: '#968311'

red 150 ◦ green 131 ◦ blue 17

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

Shades of Hacienda #968311

Tints of Hacienda #968311

RGB

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

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

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

R = 50.34%
G = 43.96%
B = 5.7%

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

#968311 (or 0x968311) is known color: Hacienda. HEX triplet: 96, 83 and 11. RGB value is (150,131,17). Sum of RGB (Red+Green+Blue) = 150+131+17=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968311 is #697CEE. Grayscale: #7C7C7C. Windows color (decimal): -6913263 or 1147798. OLE color: 1147798.

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

Color convert

RGB 150 131 17 -
CMYK 0 0.13 0.89 0.41
HSL 51.43º 0.8% 0.33% -
HSV(B) 51.43º 0.89% 0.59% -
XYZ 20.8 22.76 3.83 -
YUV 123.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 150 131 17 0 0.13 0.89 0.41 51.43 0.8 0.33
Hex 96 83 11 0 D 59 29 33 50 21
Octal 226 203 21 0 15 131 51 63 120 41
Binary 10010110 10000011 10001 0 1101 1011001 101001 110011 1010000 100001

Color Harmonies of #968311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968311

Black with #968311

Text Example


Text Example

White with #968311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968311; }

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

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

background-color css

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

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

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

border-color css

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

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

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