Html Css Color HEX #968310 Hacienda

📋 copy color: '#968310'

red 150 ◦ green 131 ◦ blue 16

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

Shades of Hacienda #968310

Tints of Hacienda #968310

RGB

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

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

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

R = 50.51%
G = 44.11%
B = 5.39%

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

#968310 (or 0x968310) is known color: Hacienda. HEX triplet: 96, 83 and 10. RGB value is (150,131,16). Sum of RGB (Red+Green+Blue) = 150+131+16=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #968310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968310 is #697CEF. Grayscale: #7C7C7C. Windows color (decimal): -6913264 or 1082262. OLE color: 1082262.

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

Color convert

RGB 150 131 16 -
CMYK 0 0.13 0.89 0.41
HSL 51.49º 0.81% 0.33% -
HSV(B) 51.49º 0.89% 0.59% -
XYZ 20.79 22.75 3.79 -
YUV 123.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 150 131 16 0 0.13 0.89 0.41 51.49 0.81 0.33
Hex 96 83 10 0 D 59 29 33 51 21
Octal 226 203 20 0 15 131 51 63 121 41
Binary 10010110 10000011 10000 0 1101 1011001 101001 110011 1010001 100001

Color Harmonies of #968310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968310

Black with #968310

Text Example


Text Example

White with #968310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968310; }

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

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

background-color css

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

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

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

border-color css

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

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

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