Html Css Color HEX #967515 Hacienda

📋 copy color: '#967515'

red 150 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #967515

Tints of Hacienda #967515

RGB

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

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

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

R = 52.08%
G = 40.63%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#967515 (or 0x967515) is known color: Hacienda. HEX triplet: 96, 75 and 15. RGB value is (150,117,21). Sum of RGB (Red+Green+Blue) = 150+117+21=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #967515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967515 is #698AEA. Grayscale: #747474. Windows color (decimal): -6916843 or 1406358. OLE color: 1406358.

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

Color convert

RGB 150 117 21 -
CMYK 0 0.22 0.86 0.41
HSL 44.65º 0.75% 0.34% -
HSV(B) 44.65º 0.86% 0.59% -
XYZ 19.07 19.26 3.42 -
YUV 115.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 150 117 21 0 0.22 0.86 0.41 44.65 0.75 0.34
Hex 96 75 15 0 16 56 29 2D 4B 22
Octal 226 165 25 0 26 126 51 55 113 42
Binary 10010110 1110101 10101 0 10110 1010110 101001 101101 1001011 100010

Color Harmonies of #967515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967515

Black with #967515

Text Example


Text Example

White with #967515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967515; }

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

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

background-color css

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

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

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

border-color css

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

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

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