#68734E

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

Shades of Siam #68734E

Tints of Siam #68734E

Color information

#68734E (or 0x68734E) is unknown color: approx Siam. HEX triplet: 68, 73 and 4E. RGB value is (104,115,78). Sum of RGB (Red+Green+Blue) = 104+115+78=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #68734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68734E is #978CB1. Grayscale: #6B6B6B. Windows color (decimal): -9931954 or 5141352. OLE color: 5141352.

HSL color Cylindrical-coordinate representation of color #68734E: hue angle of 77.84º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68734E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB10411578-
CMYK0.1000.320.55
HSL77.84º19.17%37.84%-
HSV(B)77.84º32.17%45.1%-
XYZ13.2115.759.55-
YUV107.49111.36125.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=35.02%
G=38.72%
B=26.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115780.1000.320.5577.8419.1737.84
Hex68734EA020374e1326
Octal15016311612040671162346
Binary11010001110011100111010100100000110111100111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68734E; }

 p { color: rgb(104,115,78); }

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

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

 a { background-color: rgb(104,115,78); }

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

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

 span { border-color: rgb(104,115,78); }

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