#85673D

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

Shades of McKenzie #85673D

Tints of McKenzie #85673D

Color information

#85673D (or 0x85673D) is unknown color: approx McKenzie. HEX triplet: 85, 67 and 3D. RGB value is (133,103,61). Sum of RGB (Red+Green+Blue) = 133+103+61=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85673D is #7A98C2. Grayscale: #6B6B6B. Windows color (decimal): -8034499 or 4024197. OLE color: 4024197.

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

Color convert

RGB13310361-
CMYK00.230.540.48
HSL35º37.11%38.04%-
HSV(B)35º54.14%52.16%-
XYZ15.3715.026.5-
YUV107.18101.94146.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=44.78%
G=34.68%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331036100.230.540.483537.1138.04
Hex85673D0173630232526
Octal205147750276660434546
Binary100001011100111111101010111110110110000100011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85673D; }

 p { color: rgb(133,103,61); }

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

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

 a { background-color: rgb(133,103,61); }

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

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

 span { border-color: rgb(133,103,61); }

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