Html Css Color HEX #968317 Hacienda

📋 copy color: '#968317'

red 150 ◦ green 131 ◦ blue 23

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

Shades of Hacienda #968317

Tints of Hacienda #968317

RGB

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

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

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

R = 49.34%
G = 43.09%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#968317 (or 0x968317) is known color: Hacienda. HEX triplet: 96, 83 and 17. RGB value is (150,131,23). Sum of RGB (Red+Green+Blue) = 150+131+23=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968317 is #697CE8. Grayscale: #7C7C7C. Windows color (decimal): -6913257 or 1541014. OLE color: 1541014.

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

Color convert

RGB 150 131 23 -
CMYK 0 0.13 0.85 0.41
HSL 51.02º 0.73% 0.34% -
HSV(B) 51.02º 0.85% 0.59% -
XYZ 20.85 22.78 4.11 -
YUV 124.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 150 131 23 0 0.13 0.85 0.41 51.02 0.73 0.34
Hex 96 83 17 0 D 55 29 33 49 22
Octal 226 203 27 0 15 125 51 63 111 42
Binary 10010110 10000011 10111 0 1101 1010101 101001 110011 1001001 100010

Color Harmonies of #968317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968317

Black with #968317

Text Example


Text Example

White with #968317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968317; }

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

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

background-color css

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

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

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

border-color css

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

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

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