#8A6035

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

Shades of McKenzie #8A6035

Tints of McKenzie #8A6035

Color information

#8A6035 (or 0x8A6035) is unknown color: approx McKenzie. HEX triplet: 8A, 60 and 35. RGB value is (138,96,53). Sum of RGB (Red+Green+Blue) = 138+96+53=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6035 is #759FCA. Grayscale: #676767. Windows color (decimal): -7708619 or 3498122. OLE color: 3498122.

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

Color convert

RGB1389653-
CMYK00.300.620.46
HSL30.35º44.5%37.45%-
HSV(B)30.35º61.59%54.12%-
XYZ15.3114.035.27-
YUV103.6699.41152.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.08%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=48.08%
G=33.45%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138965300.300.620.4630.3544.537.45
Hex8A603501E3E2E1e2d25
Octal212140650367656365545
Binary10001010110000011010101111011111010111011110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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