Html Css Color HEX #968312 Hacienda

📋 copy color: '#968312'

red 150 ◦ green 131 ◦ blue 18

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

Shades of Hacienda #968312

Tints of Hacienda #968312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 50.17%
G = 43.81%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#968312 (or 0x968312) is known color: Hacienda. HEX triplet: 96, 83 and 12. RGB value is (150,131,18). Sum of RGB (Red+Green+Blue) = 150+131+18=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #968312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968312 is #697CED. Grayscale: #7C7C7C. Windows color (decimal): -6913262 or 1213334. OLE color: 1213334.

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

Color convert

RGB 150 131 18 -
CMYK 0 0.13 0.88 0.41
HSL 51.36º 0.79% 0.33% -
HSV(B) 51.36º 0.88% 0.59% -
XYZ 20.8 22.76 3.87 -
YUV 123.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 150 131 18 0 0.13 0.88 0.41 51.36 0.79 0.33
Hex 96 83 12 0 D 58 29 33 4F 21
Octal 226 203 22 0 15 130 51 63 117 41
Binary 10010110 10000011 10010 0 1101 1011000 101001 110011 1001111 100001

Color Harmonies of #968312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968312

Black with #968312

Text Example


Text Example

White with #968312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968312; }

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

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

background-color css

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

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

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

border-color css

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

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

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