Html Css Color HEX #967514 Hacienda

📋 copy color: '#967514'

red 150 ◦ green 117 ◦ blue 20

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

Shades of Hacienda #967514

Tints of Hacienda #967514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 52.26%
G = 40.77%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#967514 (or 0x967514) is known color: Hacienda. HEX triplet: 96, 75 and 14. RGB value is (150,117,20). Sum of RGB (Red+Green+Blue) = 150+117+20=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967514 is #698AEB. Grayscale: #747474. Windows color (decimal): -6916844 or 1340822. OLE color: 1340822.

HSL color Cylindrical-coordinate representation of color #967514: hue angle of 44.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #967514 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 20 -
CMYK 0 0.22 0.87 0.41
HSL 44.77º 0.76% 0.33% -
HSV(B) 44.77º 0.87% 0.59% -
XYZ 19.07 19.26 3.37 -
YUV 115.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 150 117 20 0 0.22 0.87 0.41 44.77 0.76 0.33
Hex 96 75 14 0 16 57 29 2D 4C 21
Octal 226 165 24 0 26 127 51 55 114 41
Binary 10010110 1110101 10100 0 10110 1010111 101001 101101 1001100 100001

Color Harmonies of #967514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967514

Black with #967514

Text Example


Text Example

White with #967514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967514; }

 p { color: rgb(150,117,20); }

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

background-color css

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

 a { background-color: rgb(150,117,20); }

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

border-color css

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

 span { border-color: rgb(150,117,20); }

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