#957041

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

Shades of McKenzie #957041

Tints of McKenzie #957041

Color information

#957041 (or 0x957041) is unknown color: approx McKenzie. HEX triplet: 95, 70 and 41. RGB value is (149,112,65). Sum of RGB (Red+Green+Blue) = 149+112+65=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #957041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957041 is #6A8FBE. Grayscale: #757575. Windows color (decimal): -6983615 or 4288661. OLE color: 4288661.

HSL color Cylindrical-coordinate representation of color #957041: hue angle of 33.57º 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 #957041 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14911265-
CMYK00.250.560.42
HSL33.57º39.25%41.96%-
HSV(B)33.57º56.38%58.43%-
XYZ19.1418.367.54-
YUV117.798.26150.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=45.71%
G=34.36%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491126500.250.560.4233.5739.2541.96
Hex957041019382A22272a
Octal2251601010317052424752
Binary1001010111100001000001011001111000101010100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957041; }

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

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

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

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

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

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

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

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