#86673C

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

Shades of McKenzie #86673C

Tints of McKenzie #86673C

Color information

#86673C (or 0x86673C) is unknown color: approx McKenzie. HEX triplet: 86, 67 and 3C. RGB value is (134,103,60). Sum of RGB (Red+Green+Blue) = 134+103+60=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86673C is #7998C3. Grayscale: #6B6B6B. Windows color (decimal): -7968964 or 3958662. OLE color: 3958662.

HSL color Cylindrical-coordinate representation of color #86673C: hue angle of 34.86º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86673C is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB13410360-
CMYK00.230.550.47
HSL34.86º38.14%38.04%-
HSV(B)34.86º55.22%52.55%-
XYZ15.515.16.37-
YUV107.37101.27147-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=45.12%
G=34.68%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341036000.230.550.4734.8638.1438.04
Hex86673C017372F232626
Octal206147740276757434646
Binary100001101100111111100010111110111101111100011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86673C; }

 p { color: rgb(134,103,60); }

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

<style>
 a { background-color: #86673C; }

 a { background-color: rgb(134,103,60); }

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

<style>
 span { border-color: #86673C; }

 span { border-color: rgb(134,103,60); }

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