Html Css Color HEX #646855 Siam

📋 copy color: '#646855'

red 100 ◦ green 104 ◦ blue 85

#646855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siam #646855

Tints of Siam #646855

RGB

 RED value IS 100 (39.45% from 255) = 34.6%

 GREEN value IS 104 (41.02% from 255) = 35.99%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 34.6%
G = 35.99%
B = 29.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#646855 (or 0x646855) is known color: Siam. HEX triplet: 64, 68 and 55. RGB value is (100,104,85). Sum of RGB (Red+Green+Blue) = 100+104+85=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #646855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646855 is #9B97AA. Grayscale: #646464. Windows color (decimal): -10196907 or 5597284. OLE color: 5597284.

HSL color Cylindrical-coordinate representation of color #646855: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #646855 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 104 85 -
CMYK 0.04 0 0.18 0.59
HSL 72.63º 0.1% 0.37% -
HSV(B) 72.63º 0.18% 0.41% -
XYZ 11.85 13.27 10.53 -
YUV 100.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 100 104 85 0.04 0 0.18 0.59 72.63 0.1 0.37
Hex 64 68 55 4 0 12 3B 49 A 25
Octal 144 150 125 4 0 22 73 111 12 45
Binary 1100100 1101000 1010101 100 0 10010 111011 1001001 1010 100101

Color Harmonies of #646855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646855

Black with #646855

Text Example


Text Example

White with #646855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646855; }

 p { color: rgb(100,104,85); }

 H1.HeaderClassName
 {
   color: #646855;
 }
 .AnyTagClassName
 {
   color: #646855;
 }
</style>

background-color css

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

 a { background-color: rgb(100,104,85); }

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

border-color css

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

 span { border-color: rgb(100,104,85); }

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