#846940

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

Shades of McKenzie #846940

Tints of McKenzie #846940

Color information

#846940 (or 0x846940) is unknown color: approx McKenzie. HEX triplet: 84, 69 and 40. RGB value is (132,105,64). Sum of RGB (Red+Green+Blue) = 132+105+64=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846940 is #7B96BF. Grayscale: #6C6C6C. Windows color (decimal): -8099520 or 4221316. OLE color: 4221316.

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

Color convert

RGB13210564-
CMYK00.200.520.48
HSL36.18º34.69%38.43%-
HSV(B)36.18º51.52%51.76%-
XYZ15.4915.387-
YUV108.4102.95144.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=43.85%
G=34.88%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321056400.200.520.4836.1834.6938.43
Hex8469400143430242326
Octal2041511000246460444346
Binary1000010011010011000000010100110100110000100100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846940; }

 p { color: rgb(132,105,64); }

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

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

 a { background-color: rgb(132,105,64); }

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

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

 span { border-color: rgb(132,105,64); }

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