#8C633B

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

Shades of McKenzie #8C633B

Tints of McKenzie #8C633B

Color information

#8C633B (or 0x8C633B) is unknown color: approx McKenzie. HEX triplet: 8C, 63 and 3B. RGB value is (140,99,59). Sum of RGB (Red+Green+Blue) = 140+99+59=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C633B is #739CC4. Grayscale: #6A6A6A. Windows color (decimal): -7576773 or 3892108. OLE color: 3892108.

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

Color convert

RGB1409959-
CMYK00.290.580.45
HSL29.63º40.7%39.02%-
HSV(B)29.63º57.86%54.9%-
XYZ16.0714.816.15-
YUV106.7101.08151.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.98%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=46.98%
G=33.22%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140995900.290.580.4529.6340.739.02
Hex8C633B01D3A2D1e2927
Octal214143730357255365147
Binary10001100110001111101101110111101010110111110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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