Html Css Color HEX #958711 Hacienda

📋 copy color: '#958711'

red 149 ◦ green 135 ◦ blue 17

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

Shades of Hacienda #958711

Tints of Hacienda #958711

RGB

 RED value IS 149 (58.59% from 255) = 49.5%

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 49.5%
G = 44.85%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#958711 (or 0x958711) is known color: Hacienda. HEX triplet: 95, 87 and 11. RGB value is (149,135,17). Sum of RGB (Red+Green+Blue) = 149+135+17=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #958711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958711 is #6A78EE. Grayscale: #7E7E7E. Windows color (decimal): -6977775 or 1148821. OLE color: 1148821.

HSL color Cylindrical-coordinate representation of color #958711: hue angle of 53.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #958711 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 17 -
CMYK 0 0.09 0.89 0.42
HSL 53.64º 0.8% 0.33% -
HSV(B) 53.64º 0.89% 0.58% -
XYZ 21.16 23.76 4 -
YUV 125.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 149 135 17 0 0.09 0.89 0.42 53.64 0.8 0.33
Hex 95 87 11 0 9 59 2A 36 50 21
Octal 225 207 21 0 11 131 52 66 120 41
Binary 10010101 10000111 10001 0 1001 1011001 101010 110110 1010000 100001

Color Harmonies of #958711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958711

Black with #958711

Text Example


Text Example

White with #958711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958711; }

 p { color: rgb(149,135,17); }

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

background-color css

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

 a { background-color: rgb(149,135,17); }

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

border-color css

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

 span { border-color: rgb(149,135,17); }

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