#61564F

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

Shades of Tundora #61564F

Tints of Tundora #61564F

Color information

#61564F (or 0x61564F) is unknown color: approx Tundora. HEX triplet: 61, 56 and 4F. RGB value is (97,86,79). Sum of RGB (Red+Green+Blue) = 97+86+79=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #61564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61564F is #9EA9B0. Grayscale: #585858. Windows color (decimal): -10398129 or 5199457. OLE color: 5199457.

HSL color Cylindrical-coordinate representation of color #61564F: hue angle of 23.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61564F is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB978679-
CMYK00.110.190.62
HSL23.33º10.23%34.51%-
HSV(B)23.33º18.56%38.04%-
XYZ9.679.768.77-
YUV88.49122.64134.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=37.02%
G=32.82%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97867900.110.190.6223.3310.2334.51
Hex61564F0B133E17a23
Octal1411261170132376271243
Binary1100001101011010011110101110011111110101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,86,79); }

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

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

 a { background-color: rgb(97,86,79); }

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

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

 span { border-color: rgb(97,86,79); }

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