Html Css Color HEX #958612 Hacienda

📋 copy color: '#958612'

red 149 ◦ green 134 ◦ blue 18

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

Shades of Hacienda #958612

Tints of Hacienda #958612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 49.5%
G = 44.52%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#958612 (or 0x958612) is known color: Hacienda. HEX triplet: 95, 86 and 12. RGB value is (149,134,18). Sum of RGB (Red+Green+Blue) = 149+134+18=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #958612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958612 is #6A79ED. Grayscale: #7D7D7D. Windows color (decimal): -6978030 or 1214101. OLE color: 1214101.

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

Color convert

RGB 149 134 18 -
CMYK 0 0.10 0.88 0.42
HSL 53.13º 0.78% 0.33% -
HSV(B) 53.13º 0.88% 0.58% -
XYZ 21.03 23.48 4 -
YUV 125.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 149 134 18 0 0.10 0.88 0.42 53.13 0.78 0.33
Hex 95 86 12 0 A 58 2A 35 4E 21
Octal 225 206 22 0 12 130 52 65 116 41
Binary 10010101 10000110 10010 0 1010 1011000 101010 110101 1001110 100001

Color Harmonies of #958612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958612

Black with #958612

Text Example


Text Example

White with #958612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958612; }

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

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

background-color css

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

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

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

border-color css

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

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

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