#906C3C

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

Shades of McKenzie #906C3C

Tints of McKenzie #906C3C

Color information

#906C3C (or 0x906C3C) is unknown color: approx McKenzie. HEX triplet: 90, 6C and 3C. RGB value is (144,108,60). Sum of RGB (Red+Green+Blue) = 144+108+60=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #906C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906C3C is #6F93C3. Grayscale: #717171. Windows color (decimal): -7312324 or 3959952. OLE color: 3959952.

HSL color Cylindrical-coordinate representation of color #906C3C: hue angle of 34.29º 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 #906C3C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB14410860-
CMYK00.250.580.44
HSL34.29º41.18%40%-
HSV(B)34.29º58.33%56.47%-
XYZ17.6816.986.62-
YUV113.2997.93149.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.15%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=46.15%
G=34.62%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441086000.250.580.4434.2941.1840
Hex906C3C0193A2C222928
Octal220154740317254425150
Binary100100001101100111100011001111010101100100010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906C3C; }

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

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

<style>
 a { background-color: #906C3C; }

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

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

<style>
 span { border-color: #906C3C; }

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

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