Html Css Color HEX #968218 Hacienda

📋 copy color: '#968218'

red 150 ◦ green 130 ◦ blue 24

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

Shades of Hacienda #968218

Tints of Hacienda #968218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 49.34%
G = 42.76%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#968218 (or 0x968218) is known color: Hacienda. HEX triplet: 96, 82 and 18. RGB value is (150,130,24). Sum of RGB (Red+Green+Blue) = 150+130+24=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968218 is #697DE7. Grayscale: #7C7C7C. Windows color (decimal): -6913512 or 1606294. OLE color: 1606294.

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

Color convert

RGB 150 130 24 -
CMYK 0 0.13 0.84 0.41
HSL 50.48º 0.72% 0.34% -
HSV(B) 50.48º 0.84% 0.59% -
XYZ 20.73 22.52 4.12 -
YUV 123.9 71.63 146.62 -
System Red Green Blue C M Y K H S L
Decimal 150 130 24 0 0.13 0.84 0.41 50.48 0.72 0.34
Hex 96 82 18 0 D 54 29 32 48 22
Octal 226 202 30 0 15 124 51 62 110 42
Binary 10010110 10000010 11000 0 1101 1010100 101001 110010 1001000 100010

Color Harmonies of #968218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968218

Black with #968218

Text Example


Text Example

White with #968218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968218; }

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

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

background-color css

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

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

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

border-color css

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

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

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