#8a6a37

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

Shades of McKenzie #8A6A37

Tints of McKenzie #8A6A37

Color information

#8A6A37 (or 0x8A6A37) is unknown color: approx McKenzie. HEX triplet: 8A, 6A and 37. RGB value is (138,106,55). Sum of RGB (Red+Green+Blue) = 138+106+55=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6A37 is #7595C8. Grayscale: #6D6D6D. Windows color (decimal): -7706057 or 3631754. OLE color: 3631754.

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

Color convert

RGB13810655-
CMYK00.230.600.46
HSL36.87º43.01%37.84%-
HSV(B)36.87º60.14%54.12%-
XYZ16.3215.995.84-
YUV109.7597.1148.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.15%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=46.15%
G=35.45%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381065500.230.600.4636.8743.0137.84
Hex8A6A370173C2E252b26
Octal212152670277456455346
Binary100010101101010110111010111111100101110100101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a6a37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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