#63564F

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

Shades of Tundora #63564F

Tints of Tundora #63564F

Color information

#63564F (or 0x63564F) is unknown color: approx Tundora. HEX triplet: 63, 56 and 4F. RGB value is (99,86,79). Sum of RGB (Red+Green+Blue) = 99+86+79=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #63564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63564F is #9CA9B0. Grayscale: #595959. Windows color (decimal): -10267057 or 5199459. OLE color: 5199459.

HSL color Cylindrical-coordinate representation of color #63564F: hue angle of 21º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63564F is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB998679-
CMYK00.130.200.61
HSL21º11.24%34.9%-
HSV(B)21º20.2%38.82%-
XYZ9.889.878.78-
YUV89.09122.31135.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=37.5%
G=32.58%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99867900.130.200.612111.2434.9
Hex63564F0D143D15b23
Octal1431261170152475251343
Binary1100011101011010011110110110100111101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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