Html Css Color HEX #967919 Hacienda

📋 copy color: '#967919'

red 150 ◦ green 121 ◦ blue 25

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

Shades of Hacienda #967919

Tints of Hacienda #967919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 50.68%
G = 40.88%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#967919 (or 0x967919) is known color: Hacienda. HEX triplet: 96, 79 and 19. RGB value is (150,121,25). Sum of RGB (Red+Green+Blue) = 150+121+25=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #967919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967919 is #6986E6. Grayscale: #777777. Windows color (decimal): -6915815 or 1669526. OLE color: 1669526.

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

Color convert

RGB 150 121 25 -
CMYK 0 0.19 0.83 0.41
HSL 46.08º 0.71% 0.34% -
HSV(B) 46.08º 0.83% 0.59% -
XYZ 19.59 20.23 3.79 -
YUV 118.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 150 121 25 0 0.19 0.83 0.41 46.08 0.71 0.34
Hex 96 79 19 0 13 53 29 2E 47 22
Octal 226 171 31 0 23 123 51 56 107 42
Binary 10010110 1111001 11001 0 10011 1010011 101001 101110 1000111 100010

Color Harmonies of #967919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967919

Black with #967919

Text Example


Text Example

White with #967919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967919; }

 p { color: rgb(150,121,25); }

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

background-color css

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

 a { background-color: rgb(150,121,25); }

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

border-color css

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

 span { border-color: rgb(150,121,25); }

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