#8C653B

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

Shades of McKenzie #8C653B

Tints of McKenzie #8C653B

Color information

#8C653B (or 0x8C653B) is unknown color: approx McKenzie. HEX triplet: 8C, 65 and 3B. RGB value is (140,101,59). Sum of RGB (Red+Green+Blue) = 140+101+59=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C653B is #739AC4. Grayscale: #6C6C6C. Windows color (decimal): -7576261 or 3892620. OLE color: 3892620.

HSL color Cylindrical-coordinate representation of color #8C653B: hue angle of 31.11º 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 #8C653B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB14010159-
CMYK00.280.580.45
HSL31.11º40.7%39.02%-
HSV(B)31.11º57.86%54.9%-
XYZ16.2615.26.21-
YUV107.87100.42150.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=46.67%
G=33.67%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401015900.280.580.4531.1140.739.02
Hex8C653B01C3A2D1f2927
Octal214145730347255375147
Binary10001100110010111101101110011101010110111111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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