Html Css Color HEX #968414 Hacienda

📋 copy color: '#968414'

red 150 ◦ green 132 ◦ blue 20

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

Shades of Hacienda #968414

Tints of Hacienda #968414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

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

R = 49.67%
G = 43.71%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968414 (or 0x968414) is known color: Hacienda. HEX triplet: 96, 84 and 14. RGB value is (150,132,20). Sum of RGB (Red+Green+Blue) = 150+132+20=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #968414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968414 is #697BEB. Grayscale: #7D7D7D. Windows color (decimal): -6913004 or 1344662. OLE color: 1344662.

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

Color convert

RGB 150 132 20 -
CMYK 0 0.12 0.87 0.41
HSL 51.69º 0.76% 0.33% -
HSV(B) 51.69º 0.87% 0.59% -
XYZ 20.96 23.04 4 -
YUV 124.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 150 132 20 0 0.12 0.87 0.41 51.69 0.76 0.33
Hex 96 84 14 0 C 57 29 34 4C 21
Octal 226 204 24 0 14 127 51 64 114 41
Binary 10010110 10000100 10100 0 1100 1010111 101001 110100 1001100 100001

Color Harmonies of #968414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968414

Black with #968414

Text Example


Text Example

White with #968414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968414; }

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

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

background-color css

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

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

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

border-color css

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

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

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