#8A6438

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

Shades of McKenzie #8A6438

Tints of McKenzie #8A6438

Color information

#8A6438 (or 0x8A6438) is unknown color: approx McKenzie. HEX triplet: 8A, 64 and 38. RGB value is (138,100,56). Sum of RGB (Red+Green+Blue) = 138+100+56=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6438 is #759BC7. Grayscale: #6A6A6A. Windows color (decimal): -7707592 or 3695754. OLE color: 3695754.

HSL color Cylindrical-coordinate representation of color #8A6438: hue angle of 32.2º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A6438 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB13810056-
CMYK00.280.590.46
HSL32.2º42.27%38.04%-
HSV(B)32.2º59.42%54.12%-
XYZ15.7514.85.77-
YUV106.3599.59150.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=46.94%
G=34.01%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381005600.280.590.4632.242.2738.04
Hex8A643801C3B2E202a26
Octal212144700347356405246
Binary100010101100100111000011100111011101110100000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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