Html Css Color HEX #937614 Hacienda

📋 copy color: '#937614'

red 147 ◦ green 118 ◦ blue 20

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

Shades of Hacienda #937614

Tints of Hacienda #937614

RGB

 RED value IS 147 (57.81% from 255) = 51.58%

 GREEN value IS 118 (46.48% from 255) = 41.4%

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

R = 51.58%
G = 41.4%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#937614 (or 0x937614) is known color: Hacienda. HEX triplet: 93, 76 and 14. RGB value is (147,118,20). Sum of RGB (Red+Green+Blue) = 147+118+20=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #937614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937614 is #6C89EB. Grayscale: #737373. Windows color (decimal): -7113196 or 1341075. OLE color: 1341075.

HSL color Cylindrical-coordinate representation of color #937614: hue angle of 46.3º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #937614 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 118 20 -
CMYK 0 0.20 0.86 0.42
HSL 46.3º 0.76% 0.33% -
HSV(B) 46.3º 0.86% 0.58% -
XYZ 18.64 19.21 3.39 -
YUV 115.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 147 118 20 0 0.20 0.86 0.42 46.3 0.76 0.33
Hex 93 76 14 0 14 56 2A 2E 4C 21
Octal 223 166 24 0 24 126 52 56 114 41
Binary 10010011 1110110 10100 0 10100 1010110 101010 101110 1001100 100001

Color Harmonies of #937614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937614

Black with #937614

Text Example


Text Example

White with #937614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937614; }

 p { color: rgb(147,118,20); }

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

background-color css

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

 a { background-color: rgb(147,118,20); }

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

border-color css

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

 span { border-color: rgb(147,118,20); }

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