Html Css Color HEX #968017 Hacienda

📋 copy color: '#968017'

red 150 ◦ green 128 ◦ blue 23

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

Shades of Hacienda #968017

Tints of Hacienda #968017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 49.83%
G = 42.52%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#968017 (or 0x968017) is known color: Hacienda. HEX triplet: 96, 80 and 17. RGB value is (150,128,23). Sum of RGB (Red+Green+Blue) = 150+128+23=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #968017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968017 is #697FE8. Grayscale: #7B7B7B. Windows color (decimal): -6914025 or 1540246. OLE color: 1540246.

HSL color Cylindrical-coordinate representation of color #968017: hue angle of 49.61º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968017 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 23 -
CMYK 0 0.15 0.85 0.41
HSL 49.61º 0.73% 0.34% -
HSV(B) 49.61º 0.85% 0.59% -
XYZ 20.45 21.98 3.98 -
YUV 122.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 150 128 23 0 0.15 0.85 0.41 49.61 0.73 0.34
Hex 96 80 17 0 F 55 29 32 49 22
Octal 226 200 27 0 17 125 51 62 111 42
Binary 10010110 10000000 10111 0 1111 1010101 101001 110010 1001001 100010

Color Harmonies of #968017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968017

Black with #968017

Text Example


Text Example

White with #968017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968017; }

 p { color: rgb(150,128,23); }

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

background-color css

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

 a { background-color: rgb(150,128,23); }

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

border-color css

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

 span { border-color: rgb(150,128,23); }

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