#917140

Color #917140 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #917140

Tints of McKenzie #917140

Color information

#917140 (or 0x917140) is unknown color: approx McKenzie. HEX triplet: 91, 71 and 40. RGB value is (145,113,64). Sum of RGB (Red+Green+Blue) = 145+113+64=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #917140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917140 is #6E8EBF. Grayscale: #757575. Windows color (decimal): -7245504 or 4223377. OLE color: 4223377.

HSL color Cylindrical-coordinate representation of color #917140: hue angle of 36.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #917140 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB14511364-
CMYK00.220.560.43
HSL36.3º38.76%40.98%-
HSV(B)36.3º55.86%56.86%-
XYZ18.5118.27.39-
YUV116.9898.1147.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=45.03%
G=35.09%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451136400.220.560.4336.338.7640.98
Hex917140016382B242729
Octal2211611000267053444751
Binary1001000111100011000000010110111000101011100100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917140; }

 p { color: rgb(145,113,64); }

 H1.HeaderClassName
 {
   color: #917140;
 }
 .AnyTagClassName
 {
   color: #917140;
 }
</style>
background-color css

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

 a { background-color: rgb(145,113,64); }

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

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

 span { border-color: rgb(145,113,64); }

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