#68724D

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

Shades of Siam #68724D

Tints of Siam #68724D

Color information

#68724D (or 0x68724D) is unknown color: approx Siam. HEX triplet: 68, 72 and 4D. RGB value is (104,114,77). Sum of RGB (Red+Green+Blue) = 104+114+77=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #68724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68724D is #978DB2. Grayscale: #6A6A6A. Windows color (decimal): -9932211 or 5075560. OLE color: 5075560.

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

Color convert

RGB10411477-
CMYK0.0900.320.55
HSL76.22º19.37%37.45%-
HSV(B)76.22º32.46%44.71%-
XYZ13.0715.519.33-
YUV106.79111.19126.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 77 (30.47% from 255) = 26.10%
R=35.25%
G=38.64%
B=26.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114770.0900.320.5576.2219.3737.45
Hex68724D9020374c1325
Octal15016211511040671142345
Binary11010001110010100110110010100000110111100110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68724D; }

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

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

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

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

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

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

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

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