#68724B

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

Shades of Siam #68724B

Tints of Siam #68724B

Color information

#68724B (or 0x68724B) is unknown color: approx Siam. HEX triplet: 68, 72 and 4B. RGB value is (104,114,75). Sum of RGB (Red+Green+Blue) = 104+114+75=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #68724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68724B is #978DB4. Grayscale: #6A6A6A. Windows color (decimal): -9932213 or 4944488. OLE color: 4944488.

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

Color convert

RGB10411475-
CMYK0.0900.340.55
HSL75.38º20.63%37.06%-
HSV(B)75.38º34.21%44.71%-
XYZ1315.498.96-
YUV106.56110.19126.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=35.49%
G=38.91%
B=25.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114750.0900.340.5575.3820.6337.06
Hex68724B9022374b1525
Octal15016211311042671132545
Binary11010001110010100101110010100010110111100101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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