Html Css Color HEX #968714 Hacienda

📋 copy color: '#968714'

red 150 ◦ green 135 ◦ blue 20

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

Shades of Hacienda #968714

Tints of Hacienda #968714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 49.18%
G = 44.26%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968714 (or 0x968714) is known color: Hacienda. HEX triplet: 96, 87 and 14. RGB value is (150,135,20). Sum of RGB (Red+Green+Blue) = 150+135+20=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #968714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968714 is #6978EB. Grayscale: #7E7E7E. Windows color (decimal): -6912236 or 1345430. OLE color: 1345430.

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

Color convert

RGB 150 135 20 -
CMYK 0 0.1 0.87 0.41
HSL 53.08º 0.76% 0.33% -
HSV(B) 53.08º 0.87% 0.59% -
XYZ 21.37 23.86 4.14 -
YUV 126.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 150 135 20 0 0.1 0.87 0.41 53.08 0.76 0.33
Hex 96 87 14 0 A 57 29 35 4C 21
Octal 226 207 24 0 12 127 51 65 114 41
Binary 10010110 10000111 10100 0 1010 1010111 101001 110101 1001100 100001

Color Harmonies of #968714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968714

Black with #968714

Text Example


Text Example

White with #968714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968714; }

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

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

background-color css

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

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

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

border-color css

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

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

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