Html Css Color HEX #967E15 Hacienda

📋 copy color: '#967E15'

red 150 ◦ green 126 ◦ blue 21

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

Shades of Hacienda #967E15

Tints of Hacienda #967E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.42%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 50.51%
G = 42.42%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#967E15 (or 0x967E15) is known color: Hacienda. HEX triplet: 96, 7E and 15. RGB value is (150,126,21). Sum of RGB (Red+Green+Blue) = 150+126+21=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #967E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967E15 is #6981EA. Grayscale: #797979. Windows color (decimal): -6914539 or 1408662. OLE color: 1408662.

HSL color Cylindrical-coordinate representation of color #967E15: hue angle of 48.84º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #967E15 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 21 -
CMYK 0 0.16 0.86 0.41
HSL 48.84º 0.75% 0.34% -
HSV(B) 48.84º 0.86% 0.59% -
XYZ 20.17 21.46 3.79 -
YUV 121.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 150 126 21 0 0.16 0.86 0.41 48.84 0.75 0.34
Hex 96 7E 15 0 10 56 29 31 4B 22
Octal 226 176 25 0 20 126 51 61 113 42
Binary 10010110 1111110 10101 0 10000 1010110 101001 110001 1001011 100010

Color Harmonies of #967E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E15

Black with #967E15

Text Example


Text Example

White with #967E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967E15; }

 p { color: rgb(150,126,21); }

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

background-color css

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

 a { background-color: rgb(150,126,21); }

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

border-color css

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

 span { border-color: rgb(150,126,21); }

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