#85673F

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

Shades of McKenzie #85673F

Tints of McKenzie #85673F

Color information

#85673F (or 0x85673F) is unknown color: approx McKenzie. HEX triplet: 85, 67 and 3F. RGB value is (133,103,63). Sum of RGB (Red+Green+Blue) = 133+103+63=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85673F is #7A98C0. Grayscale: #6B6B6B. Windows color (decimal): -8034497 or 4155269. OLE color: 4155269.

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

Color convert

RGB13310363-
CMYK00.230.530.48
HSL34.29º35.71%38.43%-
HSV(B)34.29º52.63%52.16%-
XYZ15.4215.056.79-
YUV107.41102.94146.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 63 (25% from 255) = 21.07%
R=44.48%
G=34.45%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331036300.230.530.4834.2935.7138.43
Hex85673F0173530222426
Octal205147770276560424446
Binary100001011100111111111010111110101110000100010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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