#8A6635

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

Shades of McKenzie #8A6635

Tints of McKenzie #8A6635

Color information

#8A6635 (or 0x8A6635) is unknown color: approx McKenzie. HEX triplet: 8A, 66 and 35. RGB value is (138,102,53). Sum of RGB (Red+Green+Blue) = 138+102+53=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6635 is #7599CA. Grayscale: #6B6B6B. Windows color (decimal): -7707083 or 3499658. OLE color: 3499658.

HSL color Cylindrical-coordinate representation of color #8A6635: hue angle of 34.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A6635 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB13810253-
CMYK00.260.620.46
HSL34.59º44.5%37.45%-
HSV(B)34.59º61.59%54.12%-
XYZ15.8815.165.46-
YUV107.1897.43149.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=47.10%
G=34.81%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381025300.260.620.4634.5944.537.45
Hex8A663501A3E2E232d25
Octal212146650327656435545
Binary100010101100110110101011010111110101110100011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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