#915F35

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

Shades of McKenzie #915F35

Tints of McKenzie #915F35

Color information

#915F35 (or 0x915F35) is unknown color: approx McKenzie. HEX triplet: 91, 5F and 35. RGB value is (145,95,53). Sum of RGB (Red+Green+Blue) = 145+95+53=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #915F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915F35 is #6EA0CA. Grayscale: #696969. Windows color (decimal): -7250123 or 3497873. OLE color: 3497873.

HSL color Cylindrical-coordinate representation of color #915F35: hue angle of 27.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #915F35 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1459553-
CMYK00.340.630.43
HSL27.39º46.46%38.82%-
HSV(B)27.39º63.45%56.86%-
XYZ16.4114.465.29-
YUV105.1698.56156.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.49%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=49.49%
G=32.42%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145955300.340.630.4327.3946.4638.82
Hex915F350223F2B1b2e27
Octal221137650427753335647
Binary100100011011111110101010001011111110101111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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