#7F613C

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

Shades of McKenzie #7F613C

Tints of McKenzie #7F613C

Color information

#7F613C (or 0x7F613C) is unknown color: approx McKenzie. HEX triplet: 7F, 61 and 3C. RGB value is (127,97,60). Sum of RGB (Red+Green+Blue) = 127+97+60=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F613C is #809EC3. Grayscale: #656565. Windows color (decimal): -8429252 or 3957119. OLE color: 3957119.

HSL color Cylindrical-coordinate representation of color #7F613C: hue angle of 33.13º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F613C is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1279760-
CMYK00.240.530.50
HSL33.13º35.83%36.67%-
HSV(B)33.13º52.76%49.8%-
XYZ13.8413.396.13-
YUV101.75104.44146.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 60 (23.83% from 255) = 21.13%
R=44.72%
G=34.15%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127976000.240.530.5033.1335.8336.67
Hex7F613C0183532212425
Octal177141740306562414445
Binary11111111100001111100011000110101110010100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F613C; }

 p { color: rgb(127,97,60); }

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

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

 a { background-color: rgb(127,97,60); }

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

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

 span { border-color: rgb(127,97,60); }

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