#68734F

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

Shades of Siam #68734F

Tints of Siam #68734F

Color information

#68734F (or 0x68734F) is unknown color: approx Siam. HEX triplet: 68, 73 and 4F. RGB value is (104,115,79). Sum of RGB (Red+Green+Blue) = 104+115+79=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #68734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68734F is #978CB0. Grayscale: #6B6B6B. Windows color (decimal): -9931953 or 5206888. OLE color: 5206888.

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

Color convert

RGB10411579-
CMYK0.1000.310.55
HSL78.33º18.56%38.04%-
HSV(B)78.33º31.3%45.1%-
XYZ13.2515.779.74-
YUV107.61111.86125.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=34.90%
G=38.59%
B=26.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104115790.1000.310.5578.3318.5638.04
Hex68734FA01F374e1326
Octal15016311712037671162346
Binary1101000111001110011111010011111110111100111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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