Html Css Color HEX #968613 Hacienda

📋 copy color: '#968613'

red 150 ◦ green 134 ◦ blue 19

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

Shades of Hacienda #968613

Tints of Hacienda #968613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 49.5%
G = 44.22%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#968613 (or 0x968613) is known color: Hacienda. HEX triplet: 96, 86 and 13. RGB value is (150,134,19). Sum of RGB (Red+Green+Blue) = 150+134+19=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #968613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968613 is #6979EC. Grayscale: #7E7E7E. Windows color (decimal): -6912493 or 1279638. OLE color: 1279638.

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

Color convert

RGB 150 134 19 -
CMYK 0 0.11 0.87 0.41
HSL 52.67º 0.78% 0.33% -
HSV(B) 52.67º 0.87% 0.59% -
XYZ 21.22 23.58 4.05 -
YUV 125.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 150 134 19 0 0.11 0.87 0.41 52.67 0.78 0.33
Hex 96 86 13 0 B 57 29 35 4E 21
Octal 226 206 23 0 13 127 51 65 116 41
Binary 10010110 10000110 10011 0 1011 1010111 101001 110101 1001110 100001

Color Harmonies of #968613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968613

Black with #968613

Text Example


Text Example

White with #968613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968613; }

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

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

background-color css

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

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

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

border-color css

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

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

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