#68744E

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

Shades of Siam #68744E

Tints of Siam #68744E

Color information

#68744E (or 0x68744E) is unknown color: approx Siam. HEX triplet: 68, 74 and 4E. RGB value is (104,116,78). Sum of RGB (Red+Green+Blue) = 104+116+78=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #68744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68744E is #978BB1. Grayscale: #6C6C6C. Windows color (decimal): -9931698 or 5141608. OLE color: 5141608.

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

Color convert

RGB10411678-
CMYK0.1000.330.55
HSL78.95º19.59%38.04%-
HSV(B)78.95º32.76%45.49%-
XYZ13.3315.989.59-
YUV108.08111.02125.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=34.90%
G=38.93%
B=26.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116780.1000.330.5578.9519.5938.04
Hex68744EA021374f1426
Octal15016411612041671172446
Binary11010001110100100111010100100001110111100111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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