#8B613C

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

Shades of McKenzie #8B613C

Tints of McKenzie #8B613C

Color information

#8B613C (or 0x8B613C) is unknown color: approx McKenzie. HEX triplet: 8B, 61 and 3C. RGB value is (139,97,60). Sum of RGB (Red+Green+Blue) = 139+97+60=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B613C is #749EC3. Grayscale: #696969. Windows color (decimal): -7642820 or 3957131. OLE color: 3957131.

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

Color convert

RGB1399760-
CMYK00.300.570.45
HSL28.1º39.7%39.02%-
HSV(B)28.1º56.83%54.51%-
XYZ15.7414.366.22-
YUV105.34102.41152.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=46.96%
G=32.77%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139976000.300.570.4528.139.739.02
Hex8B613C01E392D1c2827
Octal213141740367155345047
Binary10001011110000111110001111011100110110111100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,60); }

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

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

 a { background-color: rgb(139,97,60); }

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

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

 span { border-color: rgb(139,97,60); }

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