#90713C

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

Shades of McKenzie #90713C

Tints of McKenzie #90713C

Color information

#90713C (or 0x90713C) is unknown color: approx McKenzie. HEX triplet: 90, 71 and 3C. RGB value is (144,113,60). Sum of RGB (Red+Green+Blue) = 144+113+60=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90713C is #6F8EC3. Grayscale: #747474. Windows color (decimal): -7311044 or 3961232. OLE color: 3961232.

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

Color convert

RGB14411360-
CMYK00.220.580.44
HSL37.86º41.18%40%-
HSV(B)37.86º58.33%56.47%-
XYZ18.2218.076.8-
YUV116.2396.27147.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=45.43%
G=35.65%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441136000.220.580.4437.8641.1840
Hex90713C0163A2C262928
Octal220161740267254465150
Binary100100001110001111100010110111010101100100110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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