Html Css Color HEX #968410 Hacienda

📋 copy color: '#968410'

red 150 ◦ green 132 ◦ blue 16

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

Shades of Hacienda #968410

Tints of Hacienda #968410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

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

R = 50.34%
G = 44.3%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#968410 (or 0x968410) is known color: Hacienda. HEX triplet: 96, 84 and 10. RGB value is (150,132,16). Sum of RGB (Red+Green+Blue) = 150+132+16=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968410 is #697BEF. Grayscale: #7C7C7C. Windows color (decimal): -6913008 or 1082518. OLE color: 1082518.

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

Color convert

RGB 150 132 16 -
CMYK 0 0.12 0.89 0.41
HSL 51.94º 0.81% 0.33% -
HSV(B) 51.94º 0.89% 0.59% -
XYZ 20.92 23.02 3.83 -
YUV 124.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 150 132 16 0 0.12 0.89 0.41 51.94 0.81 0.33
Hex 96 84 10 0 C 59 29 34 51 21
Octal 226 204 20 0 14 131 51 64 121 41
Binary 10010110 10000100 10000 0 1100 1011001 101001 110100 1010001 100001

Color Harmonies of #968410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968410

Black with #968410

Text Example


Text Example

White with #968410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968410; }

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

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

background-color css

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

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

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

border-color css

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

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

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