#866338

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

Shades of McKenzie #866338

Tints of McKenzie #866338

Color information

#866338 (or 0x866338) is unknown color: approx McKenzie. HEX triplet: 86, 63 and 38. RGB value is (134,99,56). Sum of RGB (Red+Green+Blue) = 134+99+56=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #866338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866338 is #799CC7. Grayscale: #686868. Windows color (decimal): -7969992 or 3695494. OLE color: 3695494.

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

Color convert

RGB1349956-
CMYK00.260.580.47
HSL33.08º41.05%37.25%-
HSV(B)33.08º58.21%52.55%-
XYZ15.0114.285.71-
YUV104.56100.6149-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=46.37%
G=34.26%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134995600.260.580.4733.0841.0537.25
Hex86633801A3A2F212925
Octal206143700327257415145
Binary100001101100011111000011010111010101111100001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866338; }

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

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

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

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

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

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

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

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