Html Css Color HEX #968416 Hacienda

📋 copy color: '#968416'

red 150 ◦ green 132 ◦ blue 22

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

Shades of Hacienda #968416

Tints of Hacienda #968416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 49.34%
G = 43.42%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#968416 (or 0x968416) is known color: Hacienda. HEX triplet: 96, 84 and 16. RGB value is (150,132,22). Sum of RGB (Red+Green+Blue) = 150+132+22=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968416 is #697BE9. Grayscale: #7D7D7D. Windows color (decimal): -6913002 or 1475734. OLE color: 1475734.

HSL color Cylindrical-coordinate representation of color #968416: hue angle of 51.56º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968416 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 22 -
CMYK 0 0.12 0.85 0.41
HSL 51.56º 0.74% 0.34% -
HSV(B) 51.56º 0.85% 0.59% -
XYZ 20.97 23.04 4.1 -
YUV 124.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 150 132 22 0 0.12 0.85 0.41 51.56 0.74 0.34
Hex 96 84 16 0 C 55 29 34 4A 22
Octal 226 204 26 0 14 125 51 64 112 42
Binary 10010110 10000100 10110 0 1100 1010101 101001 110100 1001010 100010

Color Harmonies of #968416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968416

Black with #968416

Text Example


Text Example

White with #968416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968416; }

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

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

background-color css

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

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

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

border-color css

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

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

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