#63664F

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

Shades of Siam #63664F

Tints of Siam #63664F

Color information

#63664F (or 0x63664F) is unknown color: approx Siam. HEX triplet: 63, 66 and 4F. RGB value is (99,102,79). Sum of RGB (Red+Green+Blue) = 99+102+79=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #63664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63664F is #9C99B0. Grayscale: #626262. Windows color (decimal): -10262961 or 5203555. OLE color: 5203555.

HSL color Cylindrical-coordinate representation of color #63664F: hue angle of 67.83º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63664F is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB9910279-
CMYK0.0300.230.6
HSL67.83º12.71%35.49%-
HSV(B)67.83º22.55%40%-
XYZ11.3112.729.26-
YUV98.48117.01128.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=35.36%
G=36.43%
B=28.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99102790.0300.230.667.8312.7135.49
Hex63664F30173C44d23
Octal1431461173027741041543
Binary1100011110011010011111101011111110010001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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