#8A6437

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

Shades of McKenzie #8A6437

Tints of McKenzie #8A6437

Color information

#8A6437 (or 0x8A6437) is unknown color: approx McKenzie. HEX triplet: 8A, 64 and 37. RGB value is (138,100,55). Sum of RGB (Red+Green+Blue) = 138+100+55=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6437 is #759BC8. Grayscale: #6A6A6A. Windows color (decimal): -7707593 or 3630218. OLE color: 3630218.

HSL color Cylindrical-coordinate representation of color #8A6437: hue angle of 32.53º 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 #8A6437 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB13810055-
CMYK00.280.600.46
HSL32.53º43.01%37.84%-
HSV(B)32.53º60.14%54.12%-
XYZ15.7314.795.64-
YUV106.2399.09150.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 55 (21.88% from 255) = 18.77%
R=47.10%
G=34.13%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381005500.280.600.4632.5343.0137.84
Hex8A643701C3C2E212b26
Octal212144670347456415346
Binary100010101100100110111011100111100101110100001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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