#62634F

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

Shades of Siam #62634F

Tints of Siam #62634F

Color information

#62634F (or 0x62634F) is unknown color: approx Siam. HEX triplet: 62, 63 and 4F. RGB value is (98,99,79). Sum of RGB (Red+Green+Blue) = 98+99+79=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #62634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62634F is #9D9CB0. Grayscale: #606060. Windows color (decimal): -10329265 or 5202786. OLE color: 5202786.

HSL color Cylindrical-coordinate representation of color #62634F: hue angle of 63º 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 #62634F is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB989979-
CMYK0.0100.200.61
HSL63º11.24%34.9%-
HSV(B)63º20.2%38.82%-
XYZ10.9112.089.15-
YUV96.42118.17129.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=35.51%
G=35.87%
B=28.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899790.0100.200.616311.2434.9
Hex62634F10143D3fb23
Octal142143117102475771343
Binary11000101100011100111110101001111011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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