Html Css Color HEX #968210 Hacienda

📋 copy color: '#968210'

red 150 ◦ green 130 ◦ blue 16

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

Shades of Hacienda #968210

Tints of Hacienda #968210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

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

R = 50.68%
G = 43.92%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968210 (or 0x968210) is known color: Hacienda. HEX triplet: 96, 82 and 10. RGB value is (150,130,16). Sum of RGB (Red+Green+Blue) = 150+130+16=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #968210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968210 is #697DEF. Grayscale: #7B7B7B. Windows color (decimal): -6913520 or 1082006. OLE color: 1082006.

HSL color Cylindrical-coordinate representation of color #968210: hue angle of 51.04º 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 #968210 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 16 -
CMYK 0 0.13 0.89 0.41
HSL 51.04º 0.81% 0.33% -
HSV(B) 51.04º 0.89% 0.59% -
XYZ 20.65 22.49 3.74 -
YUV 122.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 150 130 16 0 0.13 0.89 0.41 51.04 0.81 0.33
Hex 96 82 10 0 D 59 29 33 51 21
Octal 226 202 20 0 15 131 51 63 121 41
Binary 10010110 10000010 10000 0 1101 1011001 101001 110011 1010001 100001

Color Harmonies of #968210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968210

Black with #968210

Text Example


Text Example

White with #968210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968210; }

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

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

background-color css

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

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

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

border-color css

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

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

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