Html Css Color HEX #968612 Hacienda

📋 copy color: '#968612'

red 150 ◦ green 134 ◦ blue 18

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

Shades of Hacienda #968612

Tints of Hacienda #968612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

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

R = 49.67%
G = 44.37%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#968612 (or 0x968612) is known color: Hacienda. HEX triplet: 96, 86 and 12. RGB value is (150,134,18). Sum of RGB (Red+Green+Blue) = 150+134+18=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #968612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968612 is #6979ED. Grayscale: #7E7E7E. Windows color (decimal): -6912494 or 1214102. OLE color: 1214102.

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

Color convert

RGB 150 134 18 -
CMYK 0 0.11 0.88 0.41
HSL 52.73º 0.79% 0.33% -
HSV(B) 52.73º 0.88% 0.59% -
XYZ 21.21 23.58 4.01 -
YUV 125.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 150 134 18 0 0.11 0.88 0.41 52.73 0.79 0.33
Hex 96 86 12 0 B 58 29 35 4F 21
Octal 226 206 22 0 13 130 51 65 117 41
Binary 10010110 10000110 10010 0 1011 1011000 101001 110101 1001111 100001

Color Harmonies of #968612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968612

Black with #968612

Text Example


Text Example

White with #968612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968612; }

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

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

background-color css

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

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

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

border-color css

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

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

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