#8A6A3A

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

Shades of McKenzie #8A6A3A

Tints of McKenzie #8A6A3A

Color information

#8A6A3A (or 0x8A6A3A) is unknown color: approx McKenzie. HEX triplet: 8A, 6A and 3A. RGB value is (138,106,58). Sum of RGB (Red+Green+Blue) = 138+106+58=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6A3A is #7595C5. Grayscale: #6E6E6E. Windows color (decimal): -7706054 or 3828362. OLE color: 3828362.

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

Color convert

RGB13810658-
CMYK00.230.580.46
HSL36º40.82%38.43%-
HSV(B)36º57.97%54.12%-
XYZ16.416.026.23-
YUV110.198.6147.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 106 (41.80% from 255) = 35.10%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=45.70%
G=35.10%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381065800.230.580.463640.8238.43
Hex8A6A3A0173A2E242926
Octal212152720277256445146
Binary100010101101010111010010111111010101110100100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,106,58); }

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

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

 a { background-color: rgb(138,106,58); }

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

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

 span { border-color: rgb(138,106,58); }

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