Html Css Color HEX #957616 Hacienda

📋 copy color: '#957616'

red 149 ◦ green 118 ◦ blue 22

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

Shades of Hacienda #957616

Tints of Hacienda #957616

RGB

 RED value IS 149 (58.59% from 255) = 51.56%

 GREEN value IS 118 (46.48% from 255) = 40.83%

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 51.56%
G = 40.83%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957616 (or 0x957616) is known color: Hacienda. HEX triplet: 95, 76 and 16. RGB value is (149,118,22). Sum of RGB (Red+Green+Blue) = 149+118+22=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #957616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957616 is #6A89E9. Grayscale: #747474. Windows color (decimal): -6982122 or 1472149. OLE color: 1472149.

HSL color Cylindrical-coordinate representation of color #957616: hue angle of 45.35º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #957616 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 22 -
CMYK 0 0.21 0.85 0.42
HSL 45.35º 0.74% 0.34% -
HSV(B) 45.35º 0.85% 0.58% -
XYZ 19.02 19.4 3.5 -
YUV 116.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 149 118 22 0 0.21 0.85 0.42 45.35 0.74 0.34
Hex 95 76 16 0 15 55 2A 2D 4A 22
Octal 225 166 26 0 25 125 52 55 112 42
Binary 10010101 1110110 10110 0 10101 1010101 101010 101101 1001010 100010

Color Harmonies of #957616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957616

Black with #957616

Text Example


Text Example

White with #957616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957616; }

 p { color: rgb(149,118,22); }

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

background-color css

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

 a { background-color: rgb(149,118,22); }

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

border-color css

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

 span { border-color: rgb(149,118,22); }

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