Html Css Color HEX #968615 Hacienda

📋 copy color: '#968615'

red 150 ◦ green 134 ◦ blue 21

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

Shades of Hacienda #968615

Tints of Hacienda #968615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.89%

R = 49.18%
G = 43.93%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#968615 (or 0x968615) is known color: Hacienda. HEX triplet: 96, 86 and 15. RGB value is (150,134,21). Sum of RGB (Red+Green+Blue) = 150+134+21=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #968615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968615 is #6979EA. Grayscale: #7E7E7E. Windows color (decimal): -6912491 or 1410710. OLE color: 1410710.

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

Color convert

RGB 150 134 21 -
CMYK 0 0.11 0.86 0.41
HSL 52.56º 0.75% 0.34% -
HSV(B) 52.56º 0.86% 0.59% -
XYZ 21.24 23.59 4.14 -
YUV 125.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 150 134 21 0 0.11 0.86 0.41 52.56 0.75 0.34
Hex 96 86 15 0 B 56 29 35 4B 22
Octal 226 206 25 0 13 126 51 65 113 42
Binary 10010110 10000110 10101 0 1011 1010110 101001 110101 1001011 100010

Color Harmonies of #968615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968615

Black with #968615

Text Example


Text Example

White with #968615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968615; }

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

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

background-color css

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

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

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

border-color css

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

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

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