#816638

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

Shades of McKenzie #816638

Tints of McKenzie #816638

Color information

#816638 (or 0x816638) is unknown color: approx McKenzie. HEX triplet: 81, 66 and 38. RGB value is (129,102,56). Sum of RGB (Red+Green+Blue) = 129+102+56=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #816638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816638 is #7E99C7. Grayscale: #696969. Windows color (decimal): -8296904 or 3696257. OLE color: 3696257.

HSL color Cylindrical-coordinate representation of color #816638: hue angle of 37.81º 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 #816638 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB12910256-
CMYK00.210.570.49
HSL37.81º39.46%36.27%-
HSV(B)37.81º56.59%50.59%-
XYZ14.5214.465.77-
YUV104.83100.45145.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 56 (22.27% from 255) = 19.51%
R=44.95%
G=35.54%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291025600.210.570.4937.8139.4636.27
Hex8166380153931262724
Octal201146700257161464744
Binary100000011100110111000010101111001110001100110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816638; }

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

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

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

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

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

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

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

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