#8A663A

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

Shades of McKenzie #8A663A

Tints of McKenzie #8A663A

Color information

#8A663A (or 0x8A663A) is unknown color: approx McKenzie. HEX triplet: 8A, 66 and 3A. RGB value is (138,102,58). Sum of RGB (Red+Green+Blue) = 138+102+58=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A663A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A663A is #7599C5. Grayscale: #6B6B6B. Windows color (decimal): -7707078 or 3827338. OLE color: 3827338.

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

Color convert

RGB13810258-
CMYK00.260.580.46
HSL33º40.82%38.43%-
HSV(B)33º57.97%54.12%-
XYZ1615.216.1-
YUV107.7599.93149.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=46.31%
G=34.23%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381025800.260.580.463340.8238.43
Hex8A663A01A3A2E212926
Octal212146720327256415146
Binary100010101100110111010011010111010101110100001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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