Html Css Color HEX #968114 Hacienda

📋 copy color: '#968114'

red 150 ◦ green 129 ◦ blue 20

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

Shades of Hacienda #968114

Tints of Hacienda #968114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 50.17%
G = 43.14%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968114 (or 0x968114) is known color: Hacienda. HEX triplet: 96, 81 and 14. RGB value is (150,129,20). Sum of RGB (Red+Green+Blue) = 150+129+20=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #968114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968114 is #697EEB. Grayscale: #7B7B7B. Windows color (decimal): -6913772 or 1343894. OLE color: 1343894.

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

Color convert

RGB 150 129 20 -
CMYK 0 0.14 0.87 0.41
HSL 50.31º 0.76% 0.33% -
HSV(B) 50.31º 0.87% 0.59% -
XYZ 20.55 22.24 3.87 -
YUV 122.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 150 129 20 0 0.14 0.87 0.41 50.31 0.76 0.33
Hex 96 81 14 0 E 57 29 32 4C 21
Octal 226 201 24 0 16 127 51 62 114 41
Binary 10010110 10000001 10100 0 1110 1010111 101001 110010 1001100 100001

Color Harmonies of #968114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968114

Black with #968114

Text Example


Text Example

White with #968114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968114; }

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

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

background-color css

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

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

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

border-color css

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

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

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