Html Css Color HEX #968314 Hacienda

📋 copy color: '#968314'

red 150 ◦ green 131 ◦ blue 20

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

Shades of Hacienda #968314

Tints of Hacienda #968314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

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

R = 49.83%
G = 43.52%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968314 (or 0x968314) is known color: Hacienda. HEX triplet: 96, 83 and 14. RGB value is (150,131,20). Sum of RGB (Red+Green+Blue) = 150+131+20=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #968314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968314 is #697CEB. Grayscale: #7C7C7C. Windows color (decimal): -6913260 or 1344406. OLE color: 1344406.

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

Color convert

RGB 150 131 20 -
CMYK 0 0.13 0.87 0.41
HSL 51.23º 0.76% 0.33% -
HSV(B) 51.23º 0.87% 0.59% -
XYZ 20.82 22.77 3.96 -
YUV 124.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 150 131 20 0 0.13 0.87 0.41 51.23 0.76 0.33
Hex 96 83 14 0 D 57 29 33 4C 21
Octal 226 203 24 0 15 127 51 63 114 41
Binary 10010110 10000011 10100 0 1101 1010111 101001 110011 1001100 100001

Color Harmonies of #968314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968314

Black with #968314

Text Example


Text Example

White with #968314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968314; }

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

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

background-color css

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

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

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

border-color css

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

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

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