#957141

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

Shades of McKenzie #957141

Tints of McKenzie #957141

Color information

#957141 (or 0x957141) is unknown color: approx McKenzie. HEX triplet: 95, 71 and 41. RGB value is (149,113,65). Sum of RGB (Red+Green+Blue) = 149+113+65=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #957141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957141 is #6A8EBE. Grayscale: #767676. Windows color (decimal): -6983359 or 4288917. OLE color: 4288917.

HSL color Cylindrical-coordinate representation of color #957141: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #957141 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14911365-
CMYK00.240.560.42
HSL34.29º39.25%41.96%-
HSV(B)34.29º56.38%58.43%-
XYZ19.2518.587.57-
YUV118.2997.93149.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=45.57%
G=34.56%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491136500.240.560.4234.2939.2541.96
Hex957141018382A22272a
Octal2251611010307052424752
Binary1001010111100011000001011000111000101010100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957141; }

 p { color: rgb(149,113,65); }

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

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

 a { background-color: rgb(149,113,65); }

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

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

 span { border-color: rgb(149,113,65); }

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