Html Css Color HEX #968014 Hacienda

📋 copy color: '#968014'

red 150 ◦ green 128 ◦ blue 20

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

Shades of Hacienda #968014

Tints of Hacienda #968014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

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

R = 50.34%
G = 42.95%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968014 (or 0x968014) is known color: Hacienda. HEX triplet: 96, 80 and 14. RGB value is (150,128,20). Sum of RGB (Red+Green+Blue) = 150+128+20=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968014 is #697FEB. Grayscale: #7A7A7A. Windows color (decimal): -6914028 or 1343638. OLE color: 1343638.

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

Color convert

RGB 150 128 20 -
CMYK 0 0.15 0.87 0.41
HSL 49.85º 0.76% 0.33% -
HSV(B) 49.85º 0.87% 0.59% -
XYZ 20.42 21.97 3.83 -
YUV 122.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 150 128 20 0 0.15 0.87 0.41 49.85 0.76 0.33
Hex 96 80 14 0 F 57 29 32 4C 21
Octal 226 200 24 0 17 127 51 62 114 41
Binary 10010110 10000000 10100 0 1111 1010111 101001 110010 1001100 100001

Color Harmonies of #968014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968014

Black with #968014

Text Example


Text Example

White with #968014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968014; }

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

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

background-color css

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

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

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

border-color css

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

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

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