#8C6634

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

Shades of McKenzie #8C6634

Tints of McKenzie #8C6634

Color information

#8C6634 (or 0x8C6634) is unknown color: approx McKenzie. HEX triplet: 8C, 66 and 34. RGB value is (140,102,52). Sum of RGB (Red+Green+Blue) = 140+102+52=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6634 is #7399CB. Grayscale: #6B6B6B. Windows color (decimal): -7576012 or 3434124. OLE color: 3434124.

HSL color Cylindrical-coordinate representation of color #8C6634: hue angle of 34.09º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C6634 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB14010252-
CMYK00.270.630.45
HSL34.09º45.83%37.65%-
HSV(B)34.09º62.86%54.9%-
XYZ16.1915.335.35-
YUV107.6696.59151.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.62%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=47.62%
G=34.69%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401025200.270.630.4534.0945.8337.65
Hex8C663401B3F2D222e26
Octal214146640337755425646
Binary100011001100110110100011011111111101101100010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,52); }

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

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

 a { background-color: rgb(140,102,52); }

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

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

 span { border-color: rgb(140,102,52); }

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