#68744B

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

Shades of Siam #68744B

Tints of Siam #68744B

Color information

#68744B (or 0x68744B) is unknown color: approx Siam. HEX triplet: 68, 74 and 4B. RGB value is (104,116,75). Sum of RGB (Red+Green+Blue) = 104+116+75=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #68744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68744B is #978BB4. Grayscale: #6B6B6B. Windows color (decimal): -9931701 or 4945000. OLE color: 4945000.

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

Color convert

RGB10411675-
CMYK0.1000.350.55
HSL77.56º21.47%37.45%-
HSV(B)77.56º35.34%45.49%-
XYZ13.2215.949.04-
YUV107.74109.52125.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=35.25%
G=39.32%
B=25.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104116750.1000.350.5577.5621.4737.45
Hex68744BA023374e1525
Octal15016411312043671162545
Binary11010001110100100101110100100011110111100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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