#86633D

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

Shades of McKenzie #86633D

Tints of McKenzie #86633D

Color information

#86633D (or 0x86633D) is unknown color: approx McKenzie. HEX triplet: 86, 63 and 3D. RGB value is (134,99,61). Sum of RGB (Red+Green+Blue) = 134+99+61=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86633D is #799CC2. Grayscale: #696969. Windows color (decimal): -7969987 or 4023174. OLE color: 4023174.

HSL color Cylindrical-coordinate representation of color #86633D: hue angle of 31.23º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86633D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1349961-
CMYK00.260.540.47
HSL31.23º37.44%38.24%-
HSV(B)31.23º54.48%52.55%-
XYZ15.1414.336.38-
YUV105.13103.1148.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=45.58%
G=33.67%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134996100.260.540.4731.2337.4438.24
Hex86633D01A362F1f2526
Octal206143750326657374546
Binary10000110110001111110101101011011010111111111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86633D; }

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

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

<style>
 a { background-color: #86633D; }

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

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

<style>
 span { border-color: #86633D; }

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

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