#916D38

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

Shades of McKenzie #916D38

Tints of McKenzie #916D38

Color information

#916D38 (or 0x916D38) is unknown color: approx McKenzie. HEX triplet: 91, 6D and 38. RGB value is (145,109,56). Sum of RGB (Red+Green+Blue) = 145+109+56=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #916D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D38 is #6E92C7. Grayscale: #717171. Windows color (decimal): -7246536 or 3698065. OLE color: 3698065.

HSL color Cylindrical-coordinate representation of color #916D38: hue angle of 35.73º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #916D38 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB14510956-
CMYK00.250.610.43
HSL35.73º44.28%39.41%-
HSV(B)35.73º61.38%56.86%-
XYZ17.8617.246.13-
YUV113.7295.43150.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=46.77%
G=35.16%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451095600.250.610.4335.7344.2839.41
Hex916D380193D2B242c27
Octal221155700317553445447
Binary100100011101101111000011001111101101011100100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916D38; }

 p { color: rgb(145,109,56); }

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

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

 a { background-color: rgb(145,109,56); }

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

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

 span { border-color: rgb(145,109,56); }

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