#84613B

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

Shades of McKenzie #84613B

Tints of McKenzie #84613B

Color information

#84613B (or 0x84613B) is unknown color: approx McKenzie. HEX triplet: 84, 61 and 3B. RGB value is (132,97,59). Sum of RGB (Red+Green+Blue) = 132+97+59=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84613B is #7B9EC4. Grayscale: #676767. Windows color (decimal): -8101573 or 3891588. OLE color: 3891588.

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

Color convert

RGB1329759-
CMYK00.270.550.48
HSL31.23º38.22%37.45%-
HSV(B)31.23º55.3%51.76%-
XYZ14.5813.776.03-
YUV103.13103.1148.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=45.83%
G=33.68%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132975900.270.550.4831.2338.2237.45
Hex84613B01B37301f2625
Octal204141730336760374645
Binary10000100110000111101101101111011111000011111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84613B; }

 p { color: rgb(132,97,59); }

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

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

 a { background-color: rgb(132,97,59); }

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

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

 span { border-color: rgb(132,97,59); }

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