#816438

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

Shades of McKenzie #816438

Tints of McKenzie #816438

Color information

#816438 (or 0x816438) is unknown color: approx McKenzie. HEX triplet: 81, 64 and 38. RGB value is (129,100,56). Sum of RGB (Red+Green+Blue) = 129+100+56=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #816438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816438 is #7E9BC7. Grayscale: #676767. Windows color (decimal): -8297416 or 3695745. OLE color: 3695745.

HSL color Cylindrical-coordinate representation of color #816438: hue angle of 36.16º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #816438 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB12910056-
CMYK00.220.570.49
HSL36.16º39.46%36.27%-
HSV(B)36.16º56.59%50.59%-
XYZ14.3214.075.7-
YUV103.65101.11146.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=45.26%
G=35.09%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291005600.220.570.4936.1639.4636.27
Hex8164380163931242724
Octal201144700267161444744
Binary100000011100100111000010110111001110001100100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816438; }

 p { color: rgb(129,100,56); }

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

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

 a { background-color: rgb(129,100,56); }

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

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

 span { border-color: rgb(129,100,56); }

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