#8C6338

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

Shades of McKenzie #8C6338

Tints of McKenzie #8C6338

Color information

#8C6338 (or 0x8C6338) is unknown color: approx McKenzie. HEX triplet: 8C, 63 and 38. RGB value is (140,99,56). Sum of RGB (Red+Green+Blue) = 140+99+56=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6338 is #739CC7. Grayscale: #6A6A6A. Windows color (decimal): -7576776 or 3695500. OLE color: 3695500.

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

Color convert

RGB1409956-
CMYK00.290.60.45
HSL30.71º42.86%38.43%-
HSV(B)30.71º60%54.9%-
XYZ15.9914.785.75-
YUV106.3699.58152-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.46%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=47.46%
G=33.56%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140995600.290.60.4530.7142.8638.43
Hex8C633801D3C2D1f2b26
Octal214143700357455375346
Binary10001100110001111100001110111110010110111111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,99,56); }

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

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

 a { background-color: rgb(140,99,56); }

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

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

 span { border-color: rgb(140,99,56); }

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