Html Css Color HEX #958710 Hacienda

📋 copy color: '#958710'

red 149 ◦ green 135 ◦ blue 16

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

Shades of Hacienda #958710

Tints of Hacienda #958710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 49.67%
G = 45%
B = 5.33%

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

#958710 (or 0x958710) is known color: Hacienda. HEX triplet: 95, 87 and 10. RGB value is (149,135,16). Sum of RGB (Red+Green+Blue) = 149+135+16=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958710 is #6A78EF. Grayscale: #7E7E7E. Windows color (decimal): -6977776 or 1083285. OLE color: 1083285.

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

Color convert

RGB 149 135 16 -
CMYK 0 0.09 0.89 0.42
HSL 53.68º 0.81% 0.32% -
HSV(B) 53.68º 0.89% 0.58% -
XYZ 21.15 23.75 3.96 -
YUV 125.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 149 135 16 0 0.09 0.89 0.42 53.68 0.81 0.32
Hex 95 87 10 0 9 59 2A 36 51 20
Octal 225 207 20 0 11 131 52 66 121 40
Binary 10010101 10000111 10000 0 1001 1011001 101010 110110 1010001 100000

Color Harmonies of #958710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958710

Black with #958710

Text Example


Text Example

White with #958710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958710; }

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

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

background-color css

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

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

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

border-color css

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

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

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