#886942

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

Shades of McKenzie #886942

Tints of McKenzie #886942

Color information

#886942 (or 0x886942) is unknown color: approx McKenzie. HEX triplet: 88, 69 and 42. RGB value is (136,105,66). Sum of RGB (Red+Green+Blue) = 136+105+66=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886942 is #7796BD. Grayscale: #6E6E6E. Windows color (decimal): -7837374 or 4352392. OLE color: 4352392.

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

Color convert

RGB13610566-
CMYK00.230.510.47
HSL33.43º34.65%39.61%-
HSV(B)33.43º51.47%53.33%-
XYZ16.1915.737.34-
YUV109.82103.27146.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=44.30%
G=34.20%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361056600.230.510.4733.4334.6539.61
Hex886942017332F212328
Octal2101511020276357414350
Binary1000100011010011000010010111110011101111100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886942; }

 p { color: rgb(136,105,66); }

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

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

 a { background-color: rgb(136,105,66); }

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

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

 span { border-color: rgb(136,105,66); }

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