#63654D

Color #63654D Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #63654D

Tints of Siam #63654D

Color information

#63654D (or 0x63654D) is unknown color: approx Siam. HEX triplet: 63, 65 and 4D. RGB value is (99,101,77). Sum of RGB (Red+Green+Blue) = 99+101+77=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #63654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63654D is #9C9AB2. Grayscale: #616161. Windows color (decimal): -10263219 or 5072227. OLE color: 5072227.

HSL color Cylindrical-coordinate representation of color #63654D: hue angle of 65º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63654D is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB9910177-
CMYK0.0200.240.60
HSL65º13.48%34.9%-
HSV(B)65º23.76%39.61%-
XYZ11.1412.58.85-
YUV97.67116.34128.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=35.74%
G=36.46%
B=27.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99101770.0200.240.606513.4834.9
Hex63654D20183C41d23
Octal1431451152030741011543
Binary1100011110010110011011001100011110010000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63654D; }

 p { color: rgb(99,101,77); }

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

<style>
 a { background-color: #63654D; }

 a { background-color: rgb(99,101,77); }

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

<style>
 span { border-color: #63654D; }

 span { border-color: rgb(99,101,77); }

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