Html Css Color HEX #958613 Hacienda

📋 copy color: '#958613'

red 149 ◦ green 134 ◦ blue 19

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

Shades of Hacienda #958613

Tints of Hacienda #958613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

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

R = 49.34%
G = 44.37%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#958613 (or 0x958613) is known color: Hacienda. HEX triplet: 95, 86 and 13. RGB value is (149,134,19). Sum of RGB (Red+Green+Blue) = 149+134+19=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #958613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958613 is #6A79EC. Grayscale: #7D7D7D. Windows color (decimal): -6978029 or 1279637. OLE color: 1279637.

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

Color convert

RGB 149 134 19 -
CMYK 0 0.10 0.87 0.42
HSL 53.08º 0.77% 0.33% -
HSV(B) 53.08º 0.87% 0.58% -
XYZ 21.04 23.49 4.04 -
YUV 125.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 149 134 19 0 0.10 0.87 0.42 53.08 0.77 0.33
Hex 95 86 13 0 A 57 2A 35 4D 21
Octal 225 206 23 0 12 127 52 65 115 41
Binary 10010101 10000110 10011 0 1010 1010111 101010 110101 1001101 100001

Color Harmonies of #958613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958613

Black with #958613

Text Example


Text Example

White with #958613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958613; }

 p { color: rgb(149,134,19); }

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

background-color css

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

 a { background-color: rgb(149,134,19); }

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

border-color css

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

 span { border-color: rgb(149,134,19); }

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