Html Css Color HEX #968115 Hacienda

📋 copy color: '#968115'

red 150 ◦ green 129 ◦ blue 21

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

Shades of Hacienda #968115

Tints of Hacienda #968115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

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

R = 50%
G = 43%
B = 7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#968115 (or 0x968115) is known color: Hacienda. HEX triplet: 96, 81 and 15. RGB value is (150,129,21). Sum of RGB (Red+Green+Blue) = 150+129+21=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #968115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968115 is #697EEA. Grayscale: #7B7B7B. Windows color (decimal): -6913771 or 1409430. OLE color: 1409430.

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

Color convert

RGB 150 129 21 -
CMYK 0 0.14 0.86 0.41
HSL 50.23º 0.75% 0.34% -
HSV(B) 50.23º 0.86% 0.59% -
XYZ 20.56 22.24 3.92 -
YUV 122.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 150 129 21 0 0.14 0.86 0.41 50.23 0.75 0.34
Hex 96 81 15 0 E 56 29 32 4B 22
Octal 226 201 25 0 16 126 51 62 113 42
Binary 10010110 10000001 10101 0 1110 1010110 101001 110010 1001011 100010

Color Harmonies of #968115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968115

Black with #968115

Text Example


Text Example

White with #968115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968115; }

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

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

background-color css

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

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

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

border-color css

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

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

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