Html Css Color HEX #967C09 Hacienda

📋 copy color: '#967C09'

red 150 ◦ green 124 ◦ blue 9

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

Shades of Hacienda #967C09

Tints of Hacienda #967C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.82%

 BLUE value IS 9 (3.91% from 255) = 3.18%

R = 53%
G = 43.82%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#967C09 (or 0x967C09) is known color: Hacienda. HEX triplet: 96, 7C and 09. RGB value is (150,124,9). Sum of RGB (Red+Green+Blue) = 150+124+9=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #967C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C09 is #6983F6. Grayscale: #777777. Windows color (decimal): -6915063 or 621718. OLE color: 621718.

HSL color Cylindrical-coordinate representation of color #967C09: hue angle of 48.94º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #967C09 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 9 -
CMYK 0 0.17 0.94 0.41
HSL 48.94º 0.89% 0.31% -
HSV(B) 48.94º 0.94% 0.59% -
XYZ 19.83 20.92 3.25 -
YUV 118.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 150 124 9 0 0.17 0.94 0.41 48.94 0.89 0.31
Hex 96 7C 9 0 11 5E 29 31 59 1F
Octal 226 174 11 0 21 136 51 61 131 37
Binary 10010110 1111100 1001 0 10001 1011110 101001 110001 1011001 11111

Color Harmonies of #967C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C09

Black with #967C09

Text Example


Text Example

White with #967C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967C09; }

 p { color: rgb(150,124,9); }

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

background-color css

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

 a { background-color: rgb(150,124,9); }

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

border-color css

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

 span { border-color: rgb(150,124,9); }

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