#7F613B

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

Shades of McKenzie #7F613B

Tints of McKenzie #7F613B

Color information

#7F613B (or 0x7F613B) is unknown color: approx McKenzie. HEX triplet: 7F, 61 and 3B. RGB value is (127,97,59). Sum of RGB (Red+Green+Blue) = 127+97+59=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F613B is #809EC4. Grayscale: #656565. Windows color (decimal): -8429253 or 3891583. OLE color: 3891583.

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

Color convert

RGB1279759-
CMYK00.240.540.50
HSL33.53º36.56%36.47%-
HSV(B)33.53º53.54%49.8%-
XYZ13.8213.385.99-
YUV101.64103.94146.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.88%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=44.88%
G=34.28%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127975900.240.540.5033.5336.5636.47
Hex7F613B0183632222524
Octal177141730306662424544
Binary11111111100001111011011000110110110010100010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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