Html Css Color HEX #967C21 Hacienda

📋 copy color: '#967C21'

red 150 ◦ green 124 ◦ blue 33

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

Shades of Hacienda #967C21

Tints of Hacienda #967C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 48.86%
G = 40.39%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#967C21 (or 0x967C21) is known color: Hacienda. HEX triplet: 96, 7C and 21. RGB value is (150,124,33). Sum of RGB (Red+Green+Blue) = 150+124+33=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #967C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C21 is #6983DE. Grayscale: #797979. Windows color (decimal): -6915039 or 2194582. OLE color: 2194582.

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

Color convert

RGB 150 124 33 -
CMYK 0 0.17 0.78 0.41
HSL 46.67º 0.64% 0.36% -
HSV(B) 46.67º 0.78% 0.59% -
XYZ 20.06 21.01 4.44 -
YUV 121.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 150 124 33 0 0.17 0.78 0.41 46.67 0.64 0.36
Hex 96 7C 21 0 11 4E 29 2F 40 24
Octal 226 174 41 0 21 116 51 57 100 44
Binary 10010110 1111100 100001 0 10001 1001110 101001 101111 1000000 100100

Color Harmonies of #967C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C21

Black with #967C21

Text Example


Text Example

White with #967C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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