#846B3C

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

Shades of McKenzie #846B3C

Tints of McKenzie #846B3C

Color information

#846B3C (or 0x846B3C) is unknown color: approx McKenzie. HEX triplet: 84, 6B and 3C. RGB value is (132,107,60). Sum of RGB (Red+Green+Blue) = 132+107+60=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #846B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B3C is #7B94C3. Grayscale: #6D6D6D. Windows color (decimal): -8099012 or 3959684. OLE color: 3959684.

HSL color Cylindrical-coordinate representation of color #846B3C: hue angle of 39.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #846B3C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13210760-
CMYK00.190.550.48
HSL39.17º37.5%37.65%-
HSV(B)39.17º54.55%51.76%-
XYZ15.5915.756.49-
YUV109.12100.28144.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=44.15%
G=35.79%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321076000.190.550.4839.1737.537.65
Hex846B3C0133730272626
Octal204153740236760474646
Binary100001001101011111100010011110111110000100111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846B3C; }

 p { color: rgb(132,107,60); }

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

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

 a { background-color: rgb(132,107,60); }

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

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

 span { border-color: rgb(132,107,60); }

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