#656750

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

Shades of Siam #656750

Tints of Siam #656750

Color information

#656750 (or 0x656750) is unknown color: approx Siam. HEX triplet: 65, 67 and 50. RGB value is (101,103,80). Sum of RGB (Red+Green+Blue) = 101+103+80=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #656750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656750 is #9A98AF. Grayscale: #636363. Windows color (decimal): -10131632 or 5269349. OLE color: 5269349.

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

Color convert

RGB10110380-
CMYK0.0200.220.60
HSL65.22º12.57%35.88%-
HSV(B)65.22º22.33%40.39%-
XYZ11.6713.059.49-
YUV99.78116.84128.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=35.56%
G=36.27%
B=28.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101103800.0200.220.6065.2212.5735.88
Hex65675020163C41d24
Octal1451471202026741011544
Binary1100101110011110100001001011011110010000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656750; }

 p { color: rgb(101,103,80); }

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

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

 a { background-color: rgb(101,103,80); }

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

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

 span { border-color: rgb(101,103,80); }

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