#915F38

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

Shades of McKenzie #915F38

Tints of McKenzie #915F38

Color information

#915F38 (or 0x915F38) is unknown color: approx McKenzie. HEX triplet: 91, 5F and 38. RGB value is (145,95,56). Sum of RGB (Red+Green+Blue) = 145+95+56=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #915F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915F38 is #6EA0C7. Grayscale: #696969. Windows color (decimal): -7250120 or 3694481. OLE color: 3694481.

HSL color Cylindrical-coordinate representation of color #915F38: hue angle of 26.29º 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 #915F38 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB1459556-
CMYK00.340.610.43
HSL26.29º44.28%39.41%-
HSV(B)26.29º61.38%56.86%-
XYZ16.4814.495.67-
YUV105.5100.06156.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.99%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=48.99%
G=32.09%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145955600.340.610.4326.2944.2839.41
Hex915F380223D2B1a2c27
Octal221137700427553325447
Binary100100011011111111000010001011110110101111010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915F38; }

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

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

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

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

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

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

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

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