#8B643B

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

Shades of McKenzie #8B643B

Tints of McKenzie #8B643B

Color information

#8B643B (or 0x8B643B) is unknown color: approx McKenzie. HEX triplet: 8B, 64 and 3B. RGB value is (139,100,59). Sum of RGB (Red+Green+Blue) = 139+100+59=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B643B is #749BC4. Grayscale: #6B6B6B. Windows color (decimal): -7642053 or 3892363. OLE color: 3892363.

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

Color convert

RGB13910059-
CMYK00.280.580.45
HSL30.75º40.4%38.82%-
HSV(B)30.75º57.55%54.51%-
XYZ15.9914.926.17-
YUV106.99100.92150.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=46.64%
G=33.56%
B=19.80%

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
Decimal1391005900.280.580.4530.7540.438.82
Hex8B643B01C3A2D1f2827
Octal213144730347255375047
Binary10001011110010011101101110011101010110111111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,59); }

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

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

 a { background-color: rgb(139,100,59); }

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

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

 span { border-color: rgb(139,100,59); }

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