Html Css Color HEX #967513 Hacienda

📋 copy color: '#967513'

red 150 ◦ green 117 ◦ blue 19

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

Shades of Hacienda #967513

Tints of Hacienda #967513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 52.45%
G = 40.91%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#967513 (or 0x967513) is known color: Hacienda. HEX triplet: 96, 75 and 13. RGB value is (150,117,19). Sum of RGB (Red+Green+Blue) = 150+117+19=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967513 is #698AEC. Grayscale: #747474. Windows color (decimal): -6916845 or 1275286. OLE color: 1275286.

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

Color convert

RGB 150 117 19 -
CMYK 0 0.22 0.87 0.41
HSL 44.89º 0.78% 0.33% -
HSV(B) 44.89º 0.87% 0.59% -
XYZ 19.06 19.25 3.33 -
YUV 115.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 150 117 19 0 0.22 0.87 0.41 44.89 0.78 0.33
Hex 96 75 13 0 16 57 29 2D 4E 21
Octal 226 165 23 0 26 127 51 55 116 41
Binary 10010110 1110101 10011 0 10110 1010111 101001 101101 1001110 100001

Color Harmonies of #967513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967513

Black with #967513

Text Example


Text Example

White with #967513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967513; }

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

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

background-color css

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

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

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

border-color css

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

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

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