Html Css Color HEX #968710 Hacienda

📋 copy color: '#968710'

red 150 ◦ green 135 ◦ blue 16

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

Shades of Hacienda #968710

Tints of Hacienda #968710

RGB

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

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

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

R = 49.83%
G = 44.85%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968710 (or 0x968710) is known color: Hacienda. HEX triplet: 96, 87 and 10. RGB value is (150,135,16). Sum of RGB (Red+Green+Blue) = 150+135+16=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #968710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968710 is #6978EF. Grayscale: #7E7E7E. Windows color (decimal): -6912240 or 1083286. OLE color: 1083286.

HSL color Cylindrical-coordinate representation of color #968710: hue angle of 53.28º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #968710 is Cyan = 0, Magento = 0.1, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 16 -
CMYK 0 0.1 0.89 0.41
HSL 53.28º 0.81% 0.33% -
HSV(B) 53.28º 0.89% 0.59% -
XYZ 21.34 23.85 3.97 -
YUV 125.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 150 135 16 0 0.1 0.89 0.41 53.28 0.81 0.33
Hex 96 87 10 0 A 59 29 35 51 21
Octal 226 207 20 0 12 131 51 65 121 41
Binary 10010110 10000111 10000 0 1010 1011001 101001 110101 1010001 100001

Color Harmonies of #968710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968710

Black with #968710

Text Example


Text Example

White with #968710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968710; }

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

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

background-color css

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

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

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

border-color css

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

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

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