#90713F

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

Shades of McKenzie #90713F

Tints of McKenzie #90713F

Color information

#90713F (or 0x90713F) is unknown color: approx McKenzie. HEX triplet: 90, 71 and 3F. RGB value is (144,113,63). Sum of RGB (Red+Green+Blue) = 144+113+63=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90713F is #6F8EC0. Grayscale: #747474. Windows color (decimal): -7311041 or 4157840. OLE color: 4157840.

HSL color Cylindrical-coordinate representation of color #90713F: hue angle of 37.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90713F is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB14411363-
CMYK00.220.560.44
HSL37.04º39.13%40.59%-
HSV(B)37.04º56.25%56.47%-
XYZ18.318.17.23-
YUV116.5797.77147.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 63 (25% from 255) = 19.69%
R=45%
G=35.31%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441136300.220.560.4437.0439.1340.59
Hex90713F016382C252729
Octal220161770267054454751
Binary100100001110001111111010110111000101100100101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90713F; }

 p { color: rgb(144,113,63); }

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

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

 a { background-color: rgb(144,113,63); }

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

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

 span { border-color: rgb(144,113,63); }

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