#84693C

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

Shades of McKenzie #84693C

Tints of McKenzie #84693C

Color information

#84693C (or 0x84693C) is unknown color: approx McKenzie. HEX triplet: 84, 69 and 3C. RGB value is (132,105,60). Sum of RGB (Red+Green+Blue) = 132+105+60=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84693C is #7B96C3. Grayscale: #6C6C6C. Windows color (decimal): -8099524 or 3959172. OLE color: 3959172.

HSL color Cylindrical-coordinate representation of color #84693C: hue angle of 37.5º 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 #84693C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13210560-
CMYK00.200.550.48
HSL37.5º37.5%37.65%-
HSV(B)37.5º54.55%51.76%-
XYZ15.3815.336.42-
YUV107.94100.95145.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=44.44%
G=35.35%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321056000.200.550.4837.537.537.65
Hex84693C0143730252626
Octal204151740246760454646
Binary100001001101001111100010100110111110000100101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84693C; }

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

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

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

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

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

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

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

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