#626752

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

Shades of Siam #626752

Tints of Siam #626752

Color information

#626752 (or 0x626752) is unknown color: approx Siam. HEX triplet: 62, 67 and 52. RGB value is (98,103,82). Sum of RGB (Red+Green+Blue) = 98+103+82=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #626752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626752 is #9D98AD. Grayscale: #636363. Windows color (decimal): -10328238 or 5400418. OLE color: 5400418.

HSL color Cylindrical-coordinate representation of color #626752: hue angle of 74.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #626752 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB9810382-
CMYK0.0500.200.60
HSL74.29º11.35%36.27%-
HSV(B)74.29º20.39%40.39%-
XYZ11.4112.919.87-
YUV99.11118.34127.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=34.63%
G=36.40%
B=28.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98103820.0500.200.6074.2911.3536.27
Hex62675250143C4ab24
Octal1421471225024741121344
Binary11000101100111101001010101010011110010010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626752; }

 p { color: rgb(98,103,82); }

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

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

 a { background-color: rgb(98,103,82); }

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

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

 span { border-color: rgb(98,103,82); }

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