#687250

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

Shades of Siam #687250

Tints of Siam #687250

Color information

#687250 (or 0x687250) is unknown color: approx Siam. HEX triplet: 68, 72 and 50. RGB value is (104,114,80). Sum of RGB (Red+Green+Blue) = 104+114+80=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #687250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687250 is #978DAF. Grayscale: #6B6B6B. Windows color (decimal): -9932208 or 5272168. OLE color: 5272168.

HSL color Cylindrical-coordinate representation of color #687250: hue angle of 77.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687250 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB10411480-
CMYK0.0900.300.55
HSL77.65º17.53%38.04%-
HSV(B)77.65º29.82%44.71%-
XYZ13.1715.569.9-
YUV107.13112.69125.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=34.90%
G=38.26%
B=26.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114800.0900.300.5577.6517.5338.04
Hex687250901E374e1226
Octal15016212011036671162246
Binary1101000111001010100001001011110110111100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687250; }

 p { color: rgb(104,114,80); }

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

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

 a { background-color: rgb(104,114,80); }

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

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

 span { border-color: rgb(104,114,80); }

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