#8A6537

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

Shades of McKenzie #8A6537

Tints of McKenzie #8A6537

Color information

#8A6537 (or 0x8A6537) is unknown color: approx McKenzie. HEX triplet: 8A, 65 and 37. RGB value is (138,101,55). Sum of RGB (Red+Green+Blue) = 138+101+55=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6537 is #759AC8. Grayscale: #6B6B6B. Windows color (decimal): -7707337 or 3630474. OLE color: 3630474.

HSL color Cylindrical-coordinate representation of color #8A6537: hue angle of 33.25º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A6537 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB13810155-
CMYK00.270.600.46
HSL33.25º43.01%37.84%-
HSV(B)33.25º60.14%54.12%-
XYZ15.8214.995.67-
YUV106.8298.76150.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=46.94%
G=34.35%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381015500.270.600.4633.2543.0137.84
Hex8A653701B3C2E212b26
Octal212145670337456415346
Binary100010101100101110111011011111100101110100001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6537; }

 p { color: rgb(138,101,55); }

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

<style>
 a { background-color: #8A6537; }

 a { background-color: rgb(138,101,55); }

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

<style>
 span { border-color: #8A6537; }

 span { border-color: rgb(138,101,55); }

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