#8C633C

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

Shades of McKenzie #8C633C

Tints of McKenzie #8C633C

Color information

#8C633C (or 0x8C633C) is unknown color: approx McKenzie. HEX triplet: 8C, 63 and 3C. RGB value is (140,99,60). Sum of RGB (Red+Green+Blue) = 140+99+60=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C633C is #739CC3. Grayscale: #6B6B6B. Windows color (decimal): -7576772 or 3957644. OLE color: 3957644.

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

Color convert

RGB1409960-
CMYK00.290.570.45
HSL29.25º40%39.22%-
HSV(B)29.25º57.14%54.9%-
XYZ16.0914.836.29-
YUV106.81101.58151.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=46.82%
G=33.11%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140996000.290.570.4529.254039.22
Hex8C633C01D392D1d2827
Octal214143740357155355047
Binary10001100110001111110001110111100110110111101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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