Html Css Color HEX #968217 Hacienda

📋 copy color: '#968217'

red 150 ◦ green 130 ◦ blue 23

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

Shades of Hacienda #968217

Tints of Hacienda #968217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 49.5%
G = 42.9%
B = 7.59%

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

#968217 (or 0x968217) is known color: Hacienda. HEX triplet: 96, 82 and 17. RGB value is (150,130,23). Sum of RGB (Red+Green+Blue) = 150+130+23=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #968217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968217 is #697DE8. Grayscale: #7C7C7C. Windows color (decimal): -6913513 or 1540758. OLE color: 1540758.

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

Color convert

RGB 150 130 23 -
CMYK 0 0.13 0.85 0.41
HSL 50.55º 0.73% 0.34% -
HSV(B) 50.55º 0.85% 0.59% -
XYZ 20.71 22.51 4.06 -
YUV 123.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 150 130 23 0 0.13 0.85 0.41 50.55 0.73 0.34
Hex 96 82 17 0 D 55 29 33 49 22
Octal 226 202 27 0 15 125 51 63 111 42
Binary 10010110 10000010 10111 0 1101 1010101 101001 110011 1001001 100010

Color Harmonies of #968217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968217

Black with #968217

Text Example


Text Example

White with #968217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968217; }

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

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

background-color css

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

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

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

border-color css

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

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

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