Html Css Color HEX #968319 Hacienda

📋 copy color: '#968319'

red 150 ◦ green 131 ◦ blue 25

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

Shades of Hacienda #968319

Tints of Hacienda #968319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

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

R = 49.02%
G = 42.81%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#968319 (or 0x968319) is known color: Hacienda. HEX triplet: 96, 83 and 19. RGB value is (150,131,25). Sum of RGB (Red+Green+Blue) = 150+131+25=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #968319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968319 is #697CE6. Grayscale: #7D7D7D. Windows color (decimal): -6913255 or 1672086. OLE color: 1672086.

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

Color convert

RGB 150 131 25 -
CMYK 0 0.13 0.83 0.41
HSL 50.88º 0.71% 0.34% -
HSV(B) 50.88º 0.83% 0.59% -
XYZ 20.87 22.79 4.22 -
YUV 124.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 150 131 25 0 0.13 0.83 0.41 50.88 0.71 0.34
Hex 96 83 19 0 D 53 29 33 47 22
Octal 226 203 31 0 15 123 51 63 107 42
Binary 10010110 10000011 11001 0 1101 1010011 101001 110011 1000111 100010

Color Harmonies of #968319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968319

Black with #968319

Text Example


Text Example

White with #968319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968319; }

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

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

background-color css

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

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

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

border-color css

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

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

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