#8c633d

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

Shades of McKenzie #8C633D

Tints of McKenzie #8C633D

Color information

#8C633D (or 0x8C633D) is unknown color: approx McKenzie. HEX triplet: 8C, 63 and 3D. RGB value is (140,99,61). Sum of RGB (Red+Green+Blue) = 140+99+61=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C633D is #739CC2. Grayscale: #6B6B6B. Windows color (decimal): -7576771 or 4023180. OLE color: 4023180.

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

Color convert

RGB1409961-
CMYK00.290.560.45
HSL28.86º39.3%39.41%-
HSV(B)28.86º56.43%54.9%-
XYZ16.1214.846.43-
YUV106.93102.08151.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=46.67%
G=33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140996100.290.560.4528.8639.339.41
Hex8C633D01D382D1d2727
Octal214143750357055354747
Binary10001100110001111110101110111100010110111101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c633d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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