#63554E

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

Shades of Tundora #63554E

Tints of Tundora #63554E

Color information

#63554E (or 0x63554E) is unknown color: approx Tundora. HEX triplet: 63, 55 and 4E. RGB value is (99,85,78). Sum of RGB (Red+Green+Blue) = 99+85+78=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63554E is #9CAAB1. Grayscale: #585858. Windows color (decimal): -10267314 or 5133667. OLE color: 5133667.

HSL color Cylindrical-coordinate representation of color #63554E: hue angle of 20º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63554E is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB998578-
CMYK00.140.210.61
HSL20º11.86%34.71%-
HSV(B)20º21.21%38.82%-
XYZ9.779.78.57-
YUV88.39122.14135.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=37.79%
G=32.44%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99857800.140.210.612011.8634.71
Hex63554E0E153D14c23
Octal1431251160162575241443
Binary1100011101010110011100111010101111101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63554E; }

 p { color: rgb(99,85,78); }

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

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

 a { background-color: rgb(99,85,78); }

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

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

 span { border-color: rgb(99,85,78); }

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