Html Css Color HEX #968112 Hacienda

📋 copy color: '#968112'

red 150 ◦ green 129 ◦ blue 18

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

Shades of Hacienda #968112

Tints of Hacienda #968112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 50.51%
G = 43.43%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#968112 (or 0x968112) is known color: Hacienda. HEX triplet: 96, 81 and 12. RGB value is (150,129,18). Sum of RGB (Red+Green+Blue) = 150+129+18=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #968112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968112 is #697EED. Grayscale: #7B7B7B. Windows color (decimal): -6913774 or 1212822. OLE color: 1212822.

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

Color convert

RGB 150 129 18 -
CMYK 0 0.14 0.88 0.41
HSL 50.45º 0.79% 0.33% -
HSV(B) 50.45º 0.88% 0.59% -
XYZ 20.54 22.23 3.78 -
YUV 122.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 150 129 18 0 0.14 0.88 0.41 50.45 0.79 0.33
Hex 96 81 12 0 E 58 29 32 4F 21
Octal 226 201 22 0 16 130 51 62 117 41
Binary 10010110 10000001 10010 0 1110 1011000 101001 110010 1001111 100001

Color Harmonies of #968112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968112

Black with #968112

Text Example


Text Example

White with #968112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968112; }

 p { color: rgb(150,129,18); }

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

background-color css

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

 a { background-color: rgb(150,129,18); }

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

border-color css

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

 span { border-color: rgb(150,129,18); }

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